ResumeContact
Programmer
Here is what I'm trying to do... from a mainframe Extra window
(I have created a hotspot to execute a macro.)
1.) on(doubleclick of hotspot) I would like to capture the next(right) eight characters after the Hotspot excluding spaces, Then copy those characters to the clipboard.
(I don't have code for the HotSpot click, is this even possible ?)
2.) use the sendkeys command to envoke the <View> panel then search for the string "Data Set name . . . " . When found delete everything on that row from the end of the string.
(after SendKey(<View>) and the screen changes do I need to get the screen again before the Search?)
3.) Use the putstring to place a string begining in the same position where the data was deleted.
4.) use the MyArea.paste to place the value of the clipboard(8 bytes) on the same row begining in column 54.
(I have created a hotspot to execute a macro.)
1.) on(doubleclick of hotspot) I would like to capture the next(right) eight characters after the Hotspot excluding spaces, Then copy those characters to the clipboard.
(I don't have code for the HotSpot click, is this even possible ?)
2.) use the sendkeys command to envoke the <View> panel then search for the string "Data Set name . . . " . When found delete everything on that row from the end of the string.
(after SendKey(<View>) and the screen changes do I need to get the screen again before the Search?)
3.) Use the putstring to place a string begining in the same position where the data was deleted.
4.) use the MyArea.paste to place the value of the clipboard(8 bytes) on the same row begining in column 54.