Page 1 of 1

Unlisted Phone Numbers

Posted: Tue Feb 13, 2007 10:51 am
by acls
I see someone else posted this question without a reply, so I'm asking again with the hopes of a reply.

How do you get your custom report to NOT print unlited phone numbers.

I have searched the forms and the book to find this answer & had no luck.

Thanks
Colleen

Posted: Tue Feb 13, 2007 2:16 pm
by Zorak
Depending on which phone number it is that you are trying to print, you would want a field (phone1) included in the output of the report, as well as the unlisted check (phone1_unl).

When you look at the properties of the phone1 field, there is a "Print When" button. This brings up a "Print only when expression is true:" field. In that field, enter:

phone1_unl=.F.

No unlisted phone1 numbers will print.

The Print When box is very, very useful for this type of thing.