Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set to zero
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00301940
Message ID:
00301954
Vues:
18
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform