Hi, one more question on this.
I'm trying to check of a check box on the same form. I tried
objdoc.FormFields("checkWD").result = checked
and many other variations of that. Any thoughts out there....?
Thanks for the reply Skip. This looks like it should work but I'm getting no output in Word. I've tested to make sure I'm getting the string from Extra and that's ok. Can you see something I might be missing? I've included the line of code you provided, changed for my active app...
I did a little more research and discovered the fields in Word are named. The field I want to populate with my sCustdata(1) string is called text3.
almost there........
Good day,
I'm writing a macro in Extra to pull data from Extra and input it to specific fields in Word. So far I have collected the data as Strings and opened the Word doc. I'm having trouble specifying the location in Word where I want the data to go.
In this example, I want to put...
Thanks so much. This is really a huge help. I've inserted my info into the code but I'm getting many errors. So far the code collects all the info from the Attachmate seesion correctly. I'm having some trouble sending it to the open Internet explorer App.
Any suggestions? I'm still very...
Thanks again, this is a HUGE help.
I've changed this to GetString instead of:
Set MyArea1 = MyScreen.Area(5,21,5,25)
MyArea1.Select
MyArea1.Copy
ContractNumber = MyArea1
However, this new method is not working for me. I get the error message "Object value is set to nothing" at the first...
Thanks for the reply.
I'm inputting the information to an indexing database application that runs on Internet Explorer. There a five pieces of information manually entered in the Attachmate session.
AccountNumber = MyScreen.GetString(5,21,5)
SSN = MyScreen.GetString(6,21,10)
LastName =...
I'm still learning how to write these macros so I appreciate any suggestions.
Can anyone tell me how to insert a "tab" function into data I have collected from an Attachmate session. In the example below, I would like to insert a "tab" between AccountNumber and SSN so that when I use paste...
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.