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: *

  1. kbWilliamson

    Checking a box on a web page?????

    Greetings All: I'm grasping at straws here... Situation: A web page on the Internet with a list of numbers each with a check box and an "Action" button. Can anyone tell me a way to locate one of the numbers on the page and check it's box using a VB6 program? We would like to process a...
  2. kbWilliamson

    Running Web Pages with VB

    I need a reference. I've been asked to automate interaction with a web site that presents lists of items with check boxes and a button that will initiate action on the web server based on the checked boxes. Can someone direct me to a reference that will give me a hint as to how to reference...
  3. kbWilliamson

    File Import from desktop with XP

    I have an access mdb that will be installed on multiple pc's with runtime (each standing alone.) Part of the process is to import a text file that the individual receives via e-mail. Prior to XP they would drag the file to the desktop and then click a button that ran a macro to import. With XP...
  4. kbWilliamson

    Referencing Non Windows Programs

    Can I create a class or object that refers to a non Windows application??? If so, How??? I have a terminal emulation program (CRT 4.0) that I want to drive from a VB script.
  5. kbWilliamson

    Export Access Table from VB

    Any of you learned folk know of a way to cause Access to export a table (or query) to an Excel worksheet via a DAO or ADO command?
  6. kbWilliamson

    Inet Still Executing never goes false

    I'm trying to automate a FTP transfer of files from a Windows PC into our VMS system via our network. If I use the code below, without the loop counter, the Inet1.StillExecuting never goes "false". If I put in a loop counter to exit the time delay loop and use the message box, it will...
  7. kbWilliamson

    Working with DialUp Network

    As briefly as possible... We download files from a clearing house via dialup in the following manner.. Open a MSDos session, establish a dialup connection and cut/paste instructions in the MSDos window. e.g.: ftp nnn-nn-nn-nnn UserName Password bin hash get file name I would like to automate...
  8. kbWilliamson

    Code for PPP user and password verification

    I'm trying to build an ftp download utility to automate some EDI functions. The current method is to use Dial-Up networking that sends a user name and password as a verification string when making the connection. Does any one know what the verification string sent looks like?
  9. kbWilliamson

    Changing Access password via VB?????

    Anyone know of a way to change the password for an Access database (97 in this case) from a VB program? Maybe an API call??? I'v looked but haven't been able to locate anything. I'd like to include this as an administrator utility in an application I'm building.
  10. kbWilliamson

    Parameter Fields from VB6

    Greetings: Someone has likely had this problem before but here goes... I have a report named rptAudit, built with Crystal 8, that I want to use parameter fields to fill in some information in the title. At the moment there is only one Parameter field in the Report. When I run the following...

Part and Inventory Search

Back
Top