BrianDHuff
Programmer
I have a Tdataset named 'jobs'(ADO Connecting to Access) with the following fields:
jobs.end_date (TDateTime)
jobs.ship_date (TDateTime)
I need a good way to validate that jobs.end_date is not greater than jobs.ship_date BEFORE posting the changes.
I of course can check it in the beforeedit method, however, this seems to stop Delphi from posting all changes, regardless if the date is valid or not.
Looking for direction here, thanks!
jobs.end_date (TDateTime)
jobs.ship_date (TDateTime)
I need a good way to validate that jobs.end_date is not greater than jobs.ship_date BEFORE posting the changes.
I of course can check it in the beforeedit method, however, this seems to stop Delphi from posting all changes, regardless if the date is valid or not.
Looking for direction here, thanks!