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

    Mimic a Button Depressed.

    In my cmdPrint_click code I put in a DoEvent to allow the user to click on the Cancel button.. This works find but.... You visually can not tell the button was depressed. It also takes a while to trigger the cmdCancel_click and since you can't tell you depressed the button you tend to sit there...
  2. Alleyopp

    cancel Button not Active on Form when in Print Clicked event

    I need to be able to allow the user to cancel a print job. The form allows the user to click a print button to print out multiple reports. Actually it gets the data from the DB and puts into the word form then prints it out.. It continues thru the recordset until all the Reports are printed. I...
  3. Alleyopp

    Updatable ADO Disconnected Recordset..

    I have created a query in Access that gets data from a table and also adds a blank colomn. I want to put this info into a recordset and then populate the blank column for the specific rows.. Its a totals column.. I dont want that info put back to the db. I am attempting to do this by creating a...
  4. Alleyopp

    Updateable ADO Disconnected Recordset

    I have created a querry in access and I have added a blank column.. What I want to do is create a recordset with the query then disconnect the recordset and update the blank field with data.. Then at the end I have to display all the info in the recordset.. I do not need the database but to...
  5. Alleyopp

    Connection to Oracle.. without using DSN..

    Ok, this is probably a stupid question but bear with me.. I have a VB6 front end with an Access back end and I also connect to an Oracle DB.. It is time to do the build and right now we are building the Oracle ADO connection string using DSN.. Is there a way to not have to worry about puting...
  6. Alleyopp

    VB6 using LL APIs (RecArray row count)

    I am using the LL APIs for VB6. I used a ListObject that returned a recarray of folders. How do I get the count of how many rows are in the recarray? I could go up a directory level do a ListObject and get the childcount but that seems like a hard way when I have the recarray already... Is...
  7. Alleyopp

    VB6 using LL (set RecArray to a RecordSet)

    I am using VB6 to interface with Livelink.. I have retrieved a RecArray from the ListObjects but I want to return this to my main VB form as a recordset for my datagrid to use. How would I go about doing this?? Thanks Alley
  8. Alleyopp

    Referencing a DLL

    I need a little help here. I am attempting to connect VB 6 to LiveLink. To do so there are some LiveLink DLLs that VB needs to use. The instructions to do this are simply: "The application's working directory must include all referenced LAPI *.dll files." Ok, can someone please tell me what...

Part and Inventory Search

Back
Top