SetCheckBox with MDI child windows

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
cgaston
Junior Coder
Posts: 24
Joined: Sat Jan 22, 2005 11:52 am
Location: Ottawa, Canada

SetCheckBox with MDI child windows

Post by cgaston » Wed May 23, 2007 1:39 pm

I want to enable a checkbox with a caption "Print" in a MDI child window.

I tried the following syntaxes:

SetCheckBox>MasterWindow*,Print,TRUE
and
SetCheckBox>ChildWindow*,Print,TRUE

Neither works.

As the script is initialized, I must SetFocus to the Master window. Setting the focus to the Child window does not work. The rest of the script functions correctly, excepted for that SetCheckBox command.

Thank you,

Gaston.[/img]

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts