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 Mike Lewis 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. albaken

    Passing RecordSelectionFormula to Subreport

    I am running a report with no selection formula, that has a subreport attached. The selection formula is included in the code when a user clicks on a button in VB6. How, or can, I pass the selection formula to the subreport as well? Here is the code on the button click: PlayWave1 Dim Report...
  2. albaken

    Windows 2000 with VB6 DLL issues

    Thanks...Very helpful...
  3. albaken

    Windows 2000 with VB6 DLL issues

    I've compiled my VB6 program in the XP environment. When I attempt to install the program on a windows 2000 Pro machine, it will not update the msvbvm60.dll file with the setup wizard. Can I physically go to the directory on that machine and replace that dll file with the version included with...
  4. albaken

    ssTab control problem

    I've trried everything I can think of to fix this problem to no avail...I have a form with ssTab1 on it with 5 tabs...there are text fields and data combo boxes on all tabs...these are populated by data control...when opening a record, the combo boxes show up highlighted, not all, about 75% of...
  5. albaken

    SStab highlights contents of dropdown combo when moving between tabs

    thanks for responding...I tried setting the listindex to -1 both on the form load and the tab gotfocus but no change...am I doing somthing wrong (i.e. setting the listindex in the wrong place...
  6. albaken

    SStab highlights contents of dropdown combo when moving between tabs

    Hello...I'm having a problem with ssTab control...ssTab1 has 5 tabs, each containing different text boxes and dropdown combo boxes...when I tab from 1 tab to another during run-time, the dropdown combo's contents are highlighted...the text boxes do not respond the same way...how can I fix...
  7. albaken

    Opening multiple instances of Access database in VB6 program

    after getting through the login form successfully, the main form opens ...this is the (form load) procedure)...the varuious forms in the program use the data control form (load) On Error GoTo ErrorHandler Dim dbs As Database Set dbs =...
  8. albaken

    Opening multiple instances of Access database in VB6 program

    I've written a very useful and productive program for the medical facility I work in. The problem is as follows: the program opens an Access 97 database that is stored on a network drive...the program itself is installed on four different computers which are linked to the network drive that...
  9. albaken

    combo box additem

    If I could get some help with this I would really appreciate it. I am writing a medical database program and have gotten hung up on a number on Combo Boxes. At design time I've added the most common entries into the list for the combo box. I need to be able to add items to the list that the...

Part and Inventory Search

Back
Top