Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
LabDesigns #1
Flash CFGRID
I'm unable to update a table when using the <cfgridupdate> tag. My <cfgrid> is
correctly populated with a query and I can change information on the grid, but
I'm getting the following error when using the <cfgridupdate> tag on an action
page:
Primary key not found for the "GLM_Users" table. The table you are attempting
to UPDATE (GLM_Users) does not have a primary key (a field or set of fields
which uniquely identify each record).
I'm using the Flash format and cannot specify a hrefkey because that is only
available for the javascript applet. If I cannot use the <cfgridupdate> tag,
then can someone point me to a good reference regarding the form structure of
the submitted cfgrid? The <cfdump> tag occassionaly shows this error when
submitting the grid:
16:22:50.050 - coldfusion.util.RuntimeWrapper Exception - in
F:\web\glmdev\GNP\dev\GLM\AdminUserMaintenance_act ion.cfm : line 14
I'm guessing it has something to do with the date format.
Thanks
LabDesigns Guest
-
CFGRID and format=flash
We have been testing CFGRID with format = flash . This works on our dev web server but not our live server. Both are running Wiondows Server 2000,... -
CF Flash Form and CFGRID
Hello, I'm trying to create a page CFFORM flash page where the cfgrid will display results base on a start and end date. The user selects these... -
Flash cfgrid not displaying
I am trying to populate the cfgrid with the query information. The browser isn't displaying the flash grid but will display the grid if I change... -
cfgrid-flash- search
I would like to have 3 possible search fields that on submit it will search the database and display the results in the cfgrid in flash format. Is... -
flash form cfgrid
Hi, I'm using a flash form with a cfgrid. I can insert a grid by doing GridData.insertRow(mygrid); , but I want to insert specific data in that...



Reply With Quote

