undo record in field

samer

Registered User.
Local time
Tomorrow, 01:39
Joined
Jan 27, 2004
Messages
38
If quantity requird less than stock qty don't accept record by delete or undo the record . how to do it without deleting the table data ?
 
Use a call to the Undo method for the control.
 
GUIDO22 said:
Use a call to the Undo method for the control.
what do you mean ?
 
Each control has an Undo method.

If you do not want the changes to the field committed to your database - use :

txtCtrl.Undo (where txtCtrl is the name of the control used)
 

Users who are viewing this thread

Back
Top Bottom