Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
i had created small Macro for reload, am following like below..
Setting-->Document Property-->Trigger-->Select On Post Reload-->Click on Add Button on right side
then add Action as Run Macro --> MacroName
then what i need to do to run the macro.
help me on this to learn macro.
Regards
Sathish
Add the reload macro to trigger on oOnOpen event not after PostReload!
Setting-->Document Property-->Trigger-->OnOpen-->Click on Add Button on right side
Add the reload macro to trigger on oOnOpen event not after PostReload!
Setting-->Document Property-->Trigger-->OnOpen-->Click on Add Button on right side
hi vineeth,
thanks for giving solution.
Regards
Sathish
Thanks for this Post. Logically if you want macros to run after reoad you'd use the onPostreload event, but this doesn't work in QVS (as we know), or in batch command files when these are scheduled. Using OnOpen document triggers worked.