Quote from
Vadim on January 30, 2020, 7:12 am
Do you want to make a copy of the database through its visual interface? :)
Not sure if this will work, but you can try sending keyboard shortcuts to this application:
Tab - to navigate through the program fields.
Ctrl + C - to copy the contents of the field.
You can get text from the clipboard with the command:
SetVar "[Your Variable]" "[Clipboard]"
To send a keyboard shortcut to another window, you can use these commands:
VisualNEO Win = SendKeys
hpwSendKeys 1.21 (Hans-Peter Wickern) = hpwSendKeysToHandle
hpwSendKeys 1.21 (Hans-Peter Wickern) = hpwSendKeysToTitle
RacAutoIt3x 1.0 (Roman Avalos Castillo) = RAC_SendKeys
Do you want to make a copy of the database through its visual interface? :)
Not sure if this will work, but you can try sending keyboard shortcuts to this application:
Tab - to navigate through the program fields.
Ctrl + C - to copy the contents of the field.
You can get text from the clipboard with the command:
SetVar "[Your Variable]" "[Clipboard]"
To send a keyboard shortcut to another window, you can use these commands:
VisualNEO Win = SendKeys
hpwSendKeys 1.21 (Hans-Peter Wickern) = hpwSendKeysToHandle
hpwSendKeys 1.21 (Hans-Peter Wickern) = hpwSendKeysToTitle
RacAutoIt3x 1.0 (Roman Avalos Castillo) = RAC_SendKeys