Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Shading
Message
From
18/08/1998 17:41:34
 
 
To
18/08/1998 17:38:13
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00127917
Message ID:
00127920
Views:
23
Hi Bill....

Sure! Just change the objects FontUnderline property to .T. or .F. as desired and Refresh the control! For example:

txtNumber = TextBox with numeric example:
*** txtNumber.Refresh()
IF THIS.Value<1
   THIS.FontUnderline=.T.
ELSE
   THIS.FontUnderline=.F.
ENDIF
>Is it possible to put bold or underline attributes based upon a set criteria in a report field. For example, if a number is less than one can I programatically underline the field result?
>
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform