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="get_movies" DATASOURCE="csis_webdev">
SELECT * FROM related_designation
</CFQUERY>
<CFFORM NAME="grid" ACTION="jw_gridupdate.cfm" METHOD="post">
<CFGRID NAME="movies" QUERY="get_movies">
</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]
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="get_movies" DATASOURCE="csis_webdev">
SELECT * FROM related_designation
</CFQUERY>
<CFFORM NAME="grid" ACTION="jw_gridupdate.cfm" METHOD="post">
<CFGRID NAME="movies" QUERY="get_movies">
</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]