Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to give property empty date-time value?
Message
From
07/09/2005 04:55:39
 
 
To
07/09/2005 04:07:07
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01047270
Message ID:
01047279
Views:
9
>I have a property which holds a date-time value. I want it to be empty at startup so that I can ompare it to datetime(). Thus is important that it have a date-time type value.
>
>In code I can write ltSample = datetime({//:} and ltSample will have an empty value. But if I put that string {//:} as an initial value for a property, VFP immediately converts it to {} and the actual value seems to ba n empty date.
>
>What is the proper way to do this?
>
>Peter

Check the property, it is a datetime.

this is sufficient: for define a empty datetime:
{ :}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform