Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Right-align text in a text box!!
Message
From
05/03/2004 12:00:21
 
 
To
05/03/2004 10:17:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00883472
Message ID:
00883550
Views:
11

1) I have a column which contains alpha-numeric values and I cannot get them to right-align (using textbox.alignment). The textbox happily right-aligns anything until it's used in the grid! How do I achieve this within the grid?

set Column.Alignment = Right
or
set Column.Sparse = .F.


2) The rest of the columns in this grid are bound to numeric values (in the cursor), many of which are null, so I used the textbox.nullDisplay property, but it's only displaying the "NullDisplay" value when the text box has the focus!!! The rest of the time it displays ".NULL."!! How do I get it to use the NullDisplay value the rest of the time?

set Column.Sparse = .F.

FABIO
Previous
Reply
Map
View

Click here to load this message in the networking platform