Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sdavison

    Prevent "save?" prompt on "Save Record" command btn click

    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...
  2. sdavison

    Prevent "save?" prompt on "Save Record" command btn click

    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...
  3. sdavison

    Cannot add allow null with a bit data type

    Try this: add the new column as int, save with default = zero, then change it to bit and save.
  4. sdavison

    Updating a table

    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...

Part and Inventory Search

Back
Top