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 bkrike 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: *

  • Users: catdesign
  • Content: Threads
  • Order by date
  1. catdesign

    Runtime Access and Shortcut menus

    It is sometimes useful to let a user sort, filter etc. by right clicking on a field and bringing up the short menu. I have noticed that with the run-time environment (test with /runtime at end of shortcut) right clicking is not allowed anymore. Is there any flexibility here such as being able...
  2. catdesign

    Different error messages

    When I used VB6 with DAO to talk to Access97 I was able to respond to 'Cant Update Record locked' messages by trapping error 3186 Now I am using ADO with Access2002 backend, 3186 is not trapped and the error comes up as -2147217887 but with the same error message "cant update, record is...
  3. catdesign

    Simple ADO Question

    Am I right in thinking that just converting one's Access Application from 97 to 2002 is not enough to take advantage of single record locking (even if database is set to single record locking) and that you have to use ADO with "locking mode" set to "row mode"? i.e. My...
  4. catdesign

    Access Runtime - avoiding doc delete etc

    I can't believe this is not easily solvable but even though I switch 'confirm record changes', 'confirm document deletions' etc to 'no' in Edit/Find of Options before creating a "Package" for installing a runtime version of my database it always has the check boxes set to yes after...
  5. catdesign

    Reading Filter Property

    When a user right clicks on some of my forms and filters either by selection or with specific criteria, I use the apply filter event to run some code that puts the current contents of "me.filter" in a text box. The user then can see the cumulative filters that he/she has chosen. My...

Part and Inventory Search

Back
Top