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
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