Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print if 0
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00263389
Message ID:
00263402
Views:
29
>At the end of the report, I want to print a label if a field in the report has ever been 0.
>
>Any ideas?
>
>Thanks,
>
>Michelle

Michelle, try to set up the report variable, say X1, and put the expression into Value To Store
IIF(myfield = 0, 1, X1)
Them put !empty(x1) into Print When for your label.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform