Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pasting a word in multiple dictionary fields.
#2
I would try accessible object functions. Then possibly don't need to activate windows to paste text.
The dialogs are in the floating toolbar. Capture accessible object for each text field and for each Find button.
To set object text, try "Set value" action. If it does not work, will need to activate window and use paste() function.
To click Find button, try "Do default action" action. If does not work, activate window and use key() function.

Other way - record all, and edit the recorded code to paste text from a variable. Such macro is simpler to create (the above may be difficult for QM beginners, and requires more time to create). But you say "When I start recording the qm box gets lost after the first step". Disappears "QM recording" dialog?


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)