I am scanning the 1st column of an excel sheet in order to find a specific row.
I can see the excel string in a Msgbox ,but can not compare it to an excel variable.
MyData.value = XL.application.worksheets("EMUX").Range(Cstr("A" & row)).Value
Msgbox MyData.value...
I am trying to send data to a HTTP server from within a Extra script.I need to reference "Microsoft WinHTTP Services winhttp.dll)"
I want to be able to access the the WinHTTP WinHttpRequest COM object.
When I compile the script below ,it errors at ( Set HttpReq = New WinHttpRequest )
The...
I got the solution to launch my application from
Attachmate support. Just FYI.
Sub Main
chdir "C:\Progra~1\Hekimian\React2~1\bin"
rc% = shell("admin.exe -h fipb2004.ffdc.sbc.com -p 6051 -f logicals -a cipc102.sldc.sbc.com -b 6051 -c west", 3)
End Sub
What is the proper syntax to launch a exe file with command line switches.
I am trying to launch an application:
"C:\Program Files\Hekimian\React2001\bin\admin.exe" -h fipb2004.ffdc.sbc.com -p 6051 -f logicals -a cipc102.sldc.sbc.com -b 6051 -c west
rc%=shell("???",1)
link99sbc / Thanks for the response. I am struggling to the sendkeys to work. My script will
go to the site and login. I am still trying to navigate to another page on the site.
I have figured out how to launch an Attachmate script that will open a browser,login to a web site. After login, the web page has 5 tabs at the top of the page.
Each tab represents a different page on the site.
I cannot figure out how to click or select a tab on the web page or navigate to...
JamesDSM50328's you may have solved my issue.I did not have the line "If RS.BOF = True And RS.EOF = True Then Exit Sub" in my code and my Do while statement was
Do While Not RS.EOF. I will update my code and post back to you with the results. Sorry for not reading your reply
thoroughly.
Thanks for the reply. Yes the script posted does open a recordset. Everything functions except EOF events.I can write,read and delete records and fields.Any suggestions?
I am using Attachmate (EXTRA! Basic) to connect to MS access db tables to collect and post data to and from the db tables to host 3270 screens. Thus far, I have been successful with manipulating the data. I cannot figure out how to make an ADO connection with events enabled like EndOfRecordset...
I am writing an EXTRA! Basic Macro Language script to add new users to a 3270 host session.
I am getting the new user information from a MS Access db table record set via ADO commands. To add new users
to the host, you have to over type the information on fields that currently have current user...
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.