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 IamaSherpa 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. Paullac

    Adding textboxes programmatically VBA\Javascript

    Hello, I am new using Adobe and have been tasked with adding a single text box for OMR marking to about 2000+ Word documents that I will be converting to PDF’s. I was wondering if it possible to add textboxes programmatically in v6.0 with either VBScript\Java Script? If so any examples...
  2. Paullac

    SendKeys

    Yes, when I step through it works just fine, logs in, sends the file, and closes the session
  3. Paullac

    SendKeys

    I tried using the xstatus, but it still runs right through the sendkeys without logging in. I tried placing the dowhile statement after each of the sendkeys statement with no success. I stepped through the code and it never hits the DoEvents inside the loop. In the immediate window check...
  4. Paullac

    How to use CRViewer in VB please help

    The following code works assuming you have a connection to he database or datasource: You first need to declare your Crystal objects as follows Dim lReportApp As CRAXDDRT.Application Dim lReportDatabase As CRAXDDRT.Database Dim lReportTables As CRAXDDRT.DatabaseTables...
  5. Paullac

    SendKeys

    I am using VB6 to connect to a session of Extra and transfer a file from a mainframe account. I have to use a password to login to the account using sendkeys which works fine when I f8(step) through the code, but when I 'run' the code the sendkeys doesnt work and I dont get logged into the...

Part and Inventory Search

Back
Top