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...
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$...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.