10-04-2012, 10:14 PM
I am having a similar problem.
When I allow the dialog box or the record function grab the window it's name comes up as:
int w1=act(win("FlexiSIGN-PRO - [R9-13 18x18]" "FlexiSIGN-PRO"))
The Flexi software can come in several flavors FlexiSIGN-PRO -LETTER -SIGN -EXPERT etc. additionally, the file name : [R9-13 18x18] varies for every file opened and I am using this macro to do a very complicated and tedious routine that we need to repeat several thousand times.
I tried :
int w1=act(win("FlexiSIGN*" "FlexiSIGN*"))
int w1=act(win("FlexiSIGN?" "FlexiSIGN?"))
int w1=act(win("FlexiSIGN-PRO*" "FlexiSIGN-PRO"))
I still keep getting the same message that the Window Cannot Be Found.
This is getting frustrating. Any advice?
When I allow the dialog box or the record function grab the window it's name comes up as:
int w1=act(win("FlexiSIGN-PRO - [R9-13 18x18]" "FlexiSIGN-PRO"))
The Flexi software can come in several flavors FlexiSIGN-PRO -LETTER -SIGN -EXPERT etc. additionally, the file name : [R9-13 18x18] varies for every file opened and I am using this macro to do a very complicated and tedious routine that we need to repeat several thousand times.
I tried :
int w1=act(win("FlexiSIGN*" "FlexiSIGN*"))
int w1=act(win("FlexiSIGN?" "FlexiSIGN?"))
int w1=act(win("FlexiSIGN-PRO*" "FlexiSIGN-PRO"))
I still keep getting the same message that the Window Cannot Be Found.
This is getting frustrating. Any advice?
