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 TouchToneTommy 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: Gzep
  • Content: Threads
  • Order by date
  1. Gzep

    TreeView - change background color - HELP

    Hi. My program had a listview control that had a color background, and so the users don't panic, I wanted to set the TreeView back color the same. In an Access97 enviroment, I am unable to change the back-color of a TreeView Control(where a listview was easy - it has a color picker on a...
  2. Gzep

    Pointers. text field contains a pointer to the object, any thoughts?

    Hi. Pointers. I have a text field that contains a pointer to the object, i am looking to get the value of the object, any thoughts? eg: strTest = "Forms!frmSetup!txtSerial" and if you look at the form frmSetup, in the box txtSerial it contains the string: "PM719" using...
  3. Gzep

    Have you ever created user editable reports from an .MDE compiled db!

    G'day world. I am wondering if anyone has ever tried to create User editable Reports from an .MDE compiled database? ::-) The custom reports live in a separate .mdb The current method involves importing them into the front-end to print them, but once you compile the DB, that no longer works...
  4. Gzep

    Backup of open database - how do I do this from code.

    Hi. I am trying to backup a database that is open, but at a time where there should be no activity. The FileCopy function returns an access denied error (as does shell(copy...) function), as the database is open. Is anyone aware of a simple way of backing up an access db while it is open...
  5. Gzep

    Recordset as optional parameter

    if a recordset is passed as an optional parameter, to a function (but not used) it is not Missing or Empty once the code in the called function is running, but has a value of "nothing" - ie no allocated memory space for the object. Is there a test (other than error-traping) that will...

Part and Inventory Search

Back
Top