OL98 custom form - checkbox button option

  • Thread starter Thread starter azu_daioh
  • Start date Start date
A

azu_daioh

I created a custom form that includes a checkbox with the following
properties:
FIELD = Admin Action
TYPE = Yes/No
Format = Yes/No
Property to Use = Caption

when I created this new 'admin action' field -- it automatically
selected "Caption" for 'property to use' and entered 'false' in
Display/Caption.

Anyway, when I print the form -- it gives a value of 0 or -1 in the
admin action field. What I want it to display is either "yes" or "no"


Pls help. Thank you.

PS. I also tried using 'VALUE' in the Property to Use field...and it
gave the same result.
 
Outlook is printing what it stores -- 0 or -1 for any Boolean field. If you want to see somethign else, you'll need to use one of the techniques listed at http://www.outlookcode.com/d/customprint.htm. The Word template technique is the most flexible and highly recommended.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top