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!

CFGRIDUPDATE

Status
Not open for further replies.

KevinFSI

Programmer
Nov 17, 2000
582
US
I realize CFGRID is not very popular here, but hear me out. I had a CFGRID in which one of the columns was editable. Everything worked fine in the CFGRIDUPDATE. People could change anything in that column as many times as they wanted.

Now, our needs are such that I have to have portions of the grid being the result of a query, while other columns are not. So, to do this, I used CFGRIDROW to allow more manipulation of the grid. However, now the page with CFUPDATEGRID on it errors out with the following:
________________________________________________________
Error Diagnostic Information
Primary key not found for table eac_manload.


The table you are attempting to UPDATE or DELETE (eac_manload) does not have a primary key (a field or set of fields which uniquely identify each record).
_________________________________________________________

I know that it is not the case as I was updating the same table before I changed the design of the grid to include CFGRIDROW. Have you any suggestions?
Kevin
slanek@ssd.fsi.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top