I'm using Absolute database for my Delphi database applications. For what I see, it works much like MS access.
I randomly get file locked when editing data . To be honest I have not really got my head around editing and posting. I have several DBGrids showing the same table in several forms, Jobs by account, Jobs by date etc. >From a previous reply from this group, I have added a unique number to the Job >table. That way I can use the same editing Form for the data independent from >which grid it came from. How can I ensure that whenever I'm in the editing routine, the record I'm working on, is in edit mode. Do I put the table in edit mode when I leave the main form and go into the editing form, Do I put it in the editing form with OnShow Which record in which table do I put into edit mode, the one pointing from the DBgrid (Eg Jobs by Account) or the one I found in the source Jobs table from the unique reference? Thanks Wallace 03 3237449
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe