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 SkipVought 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
  • 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

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

    How to (Click or Select) IE web page Tab

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

    EndOfRecordset

    JamesDSM50328's My problem is solved with your good advice!!! I added your advised code and all is well. Thanks!!!
  8. nrm3

    EndOfRecordset

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

    EndOfRecordset

    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?
  10. 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...
  11. nrm3

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

    Skip Thanks for the good advise. I used the PutString with spaces as you advised. It worked great,prolbem solved.
  12. 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