Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field headings in report...
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00751509
Message ID:
00751520
Views:
15
This message has been marked as the solution to the initial question of the thread.
Are you sure, 10:00am is a field name, not caption?
You can do something like this. Let us suppose the field 10:00am is field 5:
1. Add a field with expression:
iif(eval(field(5)), field(5)," text ")
2. To gray it out when it is .F., you may use rectangle, fill it as needed, make it transparent and use condition in PrintWHen.


>i have a file with a lot of logical fields. it is a file for denoting times required for certain actions and the fields are named, for example 10:00am, 10:30am and so on. i am trying to write a report with the report designer that will indicate in a nice way when these fields at .T. and .F.. is there a way that i can just include the field name in the report and have it shaded if it is .T.? in other words, all the field names, which indicate a time will be listed across the width of the report and only the times that are .T. will be iether in bold, or greyed etc.
>tia!
Previous
Reply
Map
View

Click here to load this message in the networking platform