|
-
August 18th, 2005, 04:02 AM
#1
how to stop controls updating database immediately on lost focus?
I use VB6 ADO (dataenvironment, commands object)
In my app to maintain data tables I use several control (textbox, datacombo, ect) with set their datasource and datamember properties properly. On the same datatable maintain form there are two commandbuttons "post" and "cancel". Id like to update database when the user click on "post" button, and he could escape from his chages cliclking on "cancel".
My problem is that these controls immediately post its changes when the focus left them. (They automatically update the phisical database record) so I cant implement my buttons functionality.
Can anybody help me?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|