I have a problem in saving data which can be demonstrated in the following way 1. Using Classdesiner create a new form 2. create a grid using the data environment and allow the bizobj to be create 3. Make the columns editable 4. Add a toolbar( ala datanva) for saving data etc 5 run the form using a samll startup program which sets the form as the main form for the app ie NOT using the run option in class designer
Now everything works fine Change records & save them Create new records and save them Make changes then try to close form and the save data message is displayed All good and everything appears in the database Now change the DataSource property in the bizobj change the Datasource property in the grid Run the form all good the data is displayed correctly Change some data and save - no failure messages but no data written to the database Activity log shows Database Activity Log: Wed Jan 27 17:03:07 2010: SQL: begin (implicit, nothing done) Database Activity Log: Wed Jan 27 17:03:07 2010: SQL: commit ie no sql statement produced Insert a record and save produces the same result Make change and close the form the form close without any message What have I missed I need to change the Datasource property because I have form with two grids which show different parts of the same table and so they cant both have the same datasource Mike Ayers _______________________________________________ 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/1264573091.4298.27.ca...@linux
