Using Version 6 with XP and Outlook 2003.
I am trying to get the correct result from a checkbox on the Print screen in Outlook. I only seem to be having problems with one box. I'm using the code from the Help files with my Print window:
GetCheckBox>Print,Print &attached files. Attachments will print to the default printer only.,res
If>res=1,checked,unchecked
Label>checked
Message>The checkbox is checked!
Goto>end
Label>unchecked
Message>The checkbox is not checked!
Label>end
It doesn't matter if this box is checked or not, the code gives me Not Checked every time. I've used it with other checkboxes on the same window:
GetCheckBox>Print,Print to &file,res
GetCheckBox>Print,C&ollate copies,res
Both of these checkboxes work with the GetCheckBox code.
The problem box contains fullstops. Could this be the problem? The letter "a" is definitely the keyboard toggle for this box.
Could someone please tell me where I'm going wrong?
Really appreciate any assistance.
TIA.

J.