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

    VB and MYSQL connection

    Forgive me if this is a simple question as I have never used MYSQL before. I want to connect to MYSQL through VB. What do I need to do to make this work. I have installed mysql and the myodbc 3.51 on my server. Now I am at my client machine doing some vb code. Lets say the server address is...
  2. jad73

    Connect to VPN and local network simultaneously?

    We are using the nortel extranet client to VPN into our host company to close w/o and such. While we are connected to them, we cant connect to our local databases to reliquish our inventory. Is there any way that I can connect to both simultaneously... Any way at all that I can do it from this...
  3. jad73

    inexpensive router?

    I am getting two ISDN lines from verizon installed at my warehouse, is there an inexpensive router that i can get to bridge the two ISDNs together to utilize the full bandwidth? Thanks Jamie
  4. jad73

    Pulling up Excel from ASP

    Is it possible to pull up Excel from ASP with the gridlines present? -Jad
  5. jad73

    capture data from a network printer.

    Everyday at noon time we are sent work orders to our networked printer. I assume they connect VPN and print directly to the printer's IP address. Is there a way I can intercept and copy the data that is going to the printer to a file so that I can upload into our database. Its either that or...
  6. jad73

    Print to paper and to file?

    Im not sure exactly how to do this, but I know it has been done. We receive our work orders at night. They are sent directly to our printer. I want to be able to capture what is sent to the printer and send it to a file, so that i can import it into our database. Right now, in order to put all...
  7. jad73

    Another loop question

    I have a form which asks the user the quantity of equipment that needs to be scanned. A loop begins and creates input boxes to the exact number the user enters. Now I am trying to add the equipment into the database. Again I am using a loop for the quantity that the user chose. The problem is...
  8. jad73

    populate <input name> during loop?

    I have a form which ask the user the quantity of equipment that needs to be scanned. A loop begins and creates input boxes to the exact number the user enters. Is there a way to name the boxes as they are being created during the loop so that i can in turn upload the information to my database...
  9. jad73

    I have a form which ask the user th

    I have a form which ask the user the quantity of equipment that needs to be scanned. A loop begins and creates input boxes to the exact number the user enters. Is there a way to name the boxes as they are being created during the loop so that i can in turn upload the information to my database...
  10. jad73

    populate <input name> during loop?

    I have a form which ask the user the quantity of equipment that needs to be scanned. A loop begins and creates input boxes to the exact number the user enters. Is there a way to name the boxes as they are being created during the loop so that i can in turn upload the information to my database?
  11. jad73

    Need be able to edit query 2 which has to table references

    OK, this is kind of hard to explain, but I'll try. Basically I have two Tables. One table holds all our payment information, work orders and such. The second table has payments that needed to be updated on table 1. I have written code that compares the two table and updates the payments on table...
  12. jad73

    Win API and webbrowser control.

    I have a webbrowser control, that navigates to a secure site. I need to get the values out of the selection boxes on that site. Once the user selects the values on that site, i want my program to be able pull those values and use them for another process. I tried using the webbrowser.document...
  13. jad73

    Could use some API help.

    I am using the webbrowser control and pulling up a webpage. What I would like to do is get the values from the selection boxes on the page that is coming up. I think the web page is protected so the only way to get the values is by using an API command or so I am told. I have never used API's...
  14. jad73

    Need help pulling data from a webpage into my vb app.

    Here's the scenario. I need to pull data from a selection box in a web page to my vb app. I am using the webbrowser component to pull up the web page. Normally i would use something like this to pull the info. text1.text = webbrowser1.document.frame(frame name).forms(o).selectionbox.value...

Part and Inventory Search

Back
Top