Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set to zero
Message
 
 
À
10/12/1999 14:42:11
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00301940
Message ID:
00301950
Vues:
23
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform