I am playing around with cfgrid. Created a very simple, basic grid. but am
getting the following error
applet coldfusion applets cfgridapplet notinited
I have no clue what it means and cannot seem to find out via seraches.
<cfform action="because" method="post">
<cfgrid
Name="showrefs"
query="refsign"
width="500"
height="300"
rowheaders="no">
</cfgrid>
</cfform>
On 21 Sep, 17:24, "Smdsports.com" <webforumsu...@macromedia.com>
wrote:
> I am playing around with cfgrid. Created a very simple, basic grid. but am
> getting the following error
[quoted text clipped - 12 lines]
> </cfgrid>
> </cfform>
Can you verify that your query="refsign" contains some data before you
use it in cfgrid (<cfdump var="#refsign# /> will help to verify that).