Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFGRID

Status
Not open for further replies.

jkwtek

Programmer
Sep 7, 2000
6
US
I am trying to use CFGRID and CFGRIDUPDATE. When I go to veiw it I get a error in my browsers that says

cfGridFormApplet could not load.

I have current browsers and java is an active plugin.
Any suggestions.

I am feeling like it is something on the server side, but here it is.


<CFQUERY NAME=&quot;get_movies&quot; DATASOURCE=&quot;csis_webdev&quot;>
SELECT * FROM related_designation
</CFQUERY>

<CFFORM NAME=&quot;grid&quot; ACTION=&quot;jw_gridupdate.cfm&quot; METHOD=&quot;post&quot;>

<CFGRID NAME=&quot;movies&quot; QUERY=&quot;get_movies&quot;>
</CFGRID>

</CFFORM>
[sig]<p>Julius<br><a href=mailto:jweems@infotek-intl.com>jweems@infotek-intl.com</a><br>"Imagination is more important than Knowledge"[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top