Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date() and empty
Message
From
03/10/2002 07:06:44
 
 
To
03/10/2002 06:47:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00707236
Message ID:
00707241
Views:
29
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
Previous
Reply
Map
View

Click here to load this message in the networking platform