Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date() and empty
Message
De
03/10/2002 07:06:44
 
 
À
03/10/2002 06:47:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00707236
Message ID:
00707241
Vues:
30
This message has been marked as the solution to the initial question of the thread.
>Hi ,
>
>In Init of my form i do :
>
>ThisForm.Text1.value = date()
>
>But , i want do :
>
>
>ThisForm.Text1.value = && empty date() , / /
>
>i only want see in text1 / /
>I don´t want see in text1 03/10/2002
>
>
>How can i do this ?

Pedro,
ThisForm.Text1.value = {}
&& or
ThisForm.Text1.value = { / / }
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform