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

    Passing form name to a function

    Using VB 6, I'm trying to pass the name of a form from the form to a function outside the form and then reference the form in the function. Need help.
  2. doramsey

    VB 6.0 and XP Pro

    Using VB 6.0, I have a dropdown combo that when a listmember(name for example) is selected associated data for the selection is displayed. All data is updated on my form except the combobox text is empty.(This is in the development mode) All works fine on Win98 and even on XP Pro if I create an...
  3. doramsey

    VB and MS Access Stored Procedures/Query

    Using ADO, how do I get a return value (output parameter) from an MS Access query. I need help on both the VB side ADO structure and creating the query.
  4. doramsey

    Global Database Connection

    Is there a way to create one "global" database connection and reference this connection throughout an ASP page? I have to retrieve different recordsets to populate listboxes depending on the user selections. My recordsets change but I am also having to create my connection (MS Access...
  5. doramsey

    Page Reloads when an OnChange event is added

    I've created an ASP page with several DTC Listboxes and I populate them all from recordsets when the page loads. I add an OnChange event (with no code in the sub), save it and view in browser. When I change the selected value in the listbox with the blank OhChange event, all the listboxes are...

Part and Inventory Search

Back
Top