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

  • Users: nrm3
  • Content: Threads
  • Order by date
  1. nrm3

    Compare Excel string with Extra variable

    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...
  2. nrm3

    How to reference a .dll file with attachmate?????

    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...
  3. nrm3

    Shell (function) with command line switches

    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)
  4. nrm3

    How to (Click or Select) IE web page Tab

    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...
  5. nrm3

    EndOfRecordset

    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...
  6. nrm3

    Clear data on host screen field before updating with new data.

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

Part and Inventory Search

Back
Top