That might be acceptable, however I can't seem to do anything other than customize it (allow resize, docking, etc).
What I really need is to be able to intercept the click event of the "Save Record" button on that command bar - I have an additional event that I need to initiate upon...
Greetings:
I'm using the BeforeUpdate event of a form to check the dirty property in order to prompt the user to ask if they want to save changes. This works fine except that the user gets prompted when the "Save Record" button on the application command bar is clicked. Obviously not...
Check out the ADO object model at http://msdn.microsoft.com/library/psdk/dasdk/mdao4z38.htm
you appear to be missing a couple things:
you need a connectstring with conn.open
you should set conn.cursorlocation = adUseClient (if you're not including an ADO Enum file in your page, use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.