Nightshade74
Technical User
I'm using Attachmate Extra! X-treme 9.1
I have a situation where I need to copy two pieces of information from a database to paste into another program, but where I have to make a decision as to which set of data (if at all) that I need.
What I am trying to do is have a single macro that will copy the first bit of data and then append the 2nd bit.
The copy portion is working just fine.
Sess0.Screen.Copy
But it is failing to append the second data piece
Sess0.Screen.CopyAppend
PS - There are only two pieces of data I have to choose between, so to keep it super simple my plan is to just have two separate macros - one to copy data set A and the other to copy B.
Any help would be appreciated.
I have a situation where I need to copy two pieces of information from a database to paste into another program, but where I have to make a decision as to which set of data (if at all) that I need.
What I am trying to do is have a single macro that will copy the first bit of data and then append the 2nd bit.
The copy portion is working just fine.
Sess0.Screen.Copy
But it is failing to append the second data piece
Sess0.Screen.CopyAppend
PS - There are only two pieces of data I have to choose between, so to keep it super simple my plan is to just have two separate macros - one to copy data set A and the other to copy B.
Any help would be appreciated.