Hi Paul I rebuilt the bare bones of the project from scratched. Used the ide tools to automat the process as much as possible. I added data structures to the auto created bizobj classes. The datasource and data fields link the dGrids to the bizobjs through the Dabo Class Designer. I have enabled editing on a single column from two different grids. One is of type date and the other of type int. Both cells accept input but on leaving the cells the type mismatch occurs. the error states that the field from table is expecting one type but got unicode.
ERROR Data Type Mismatch : table=piecestbl; field=numOfPcs. Expecting: <type 'int'>; got: <type 'unicode'> the data saves to the mysql datbase. simon On 02/04/2012, at 9:58 AM, Paul McNett wrote: > On 4/1/12 8:27 AM, Simon Giraudo wrote: >> I have set up the data structure for the bizobj, but I am still getting the >> same error. The data entered through the cell >> appears to be of type unicode, appearing to cause the problem. The cells >> dataField is attached to a field set up in >> bizobj which includes a data structure defining the fields type as int. >> (changed it from long to int). > > Is the data saving back to the database okay? > > Paul > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > Searchable Archives: http://leafe.com/archives/search/dabo-users > This message: http://leafe.com/archives/byMID/[email protected] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
