Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set to zero
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00301940
Message ID:
00301954
Views:
19
>>How do I Init a char or date combo/textbox to blank w/out putting a zero in it?
>
>
>This.Value = {} && those are braces for a blank date
>This.Value = "" && initializes to a character data type
>This.value = 0 && initializes to a numeric data type
>
>You can also set the Value property of the control to these values as well.

I should have included the comment to place the above THIS.VALUE in the Init method of the control.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform