Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set to zero
Message
 
 
To
10/12/1999 14:42:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00301940
Message ID:
00301950
Views:
24
>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.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform