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 Chriss Miller 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. das99das

    Problem with singe digit numbers in a Do Loop

    How do you put a value in sess0.screen.sendkeys from a textbox? textbox tbxEnt value is # szEnt = dMain.tbxEnt If I do a msgbox szEnt - I get # Sess0.Screen.Sendkeys("szEnt") - I also try just szEnt Sess0.Screen.Sendkeys("<Enter>") When I test this, I get szEnt on the Screen How...
  2. das99das

    Problem with singe digit numbers in a Do Loop

    Thanks Skip This is the test Macro I'm using: Declare Function DisplayChoice(ioutput%, szWCNum$, szHouseNum$, szStrNam$, szBuildNam$, szCABNum$, _ szLPANum$, szHPANum$, szserterm$) As String Sub Main Dim szWCNum$, szHouseNum$...
  3. das99das

    Problem with singe digit numbers in a Do Loop

    I'm having a problems with the value of LPANum and HPANum in this Do Loop statement. Dim szLPANum$, szHPANum$ If I use the following singe digit numbers: LPANum 3 HPNum 6 It display 3 ( Msgbox j) and End the if and the Do Loop If I use the following two digits numbers: LPANum 10...
  4. das99das

    How to capture screens to a txt file?

    Thanks Rem988 That worked great.
  5. das99das

    How to capture screens to a txt file?

    How do I capture the screens to a txt file in the following Macro? I display a panel which allows the user to select difference groups to run transactions. I would like to capture the transaction screens to output txt files be able to run compares on them...

Part and Inventory Search

Back
Top