Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display a date from a datetime?
Message
From
01/12/2004 05:38:05
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00965996
Message ID:
00966000
Views:
38
This message has been marked as a message which has helped to the initial question of the thread.
Hi Angie,

>Hello everyone,
>I have a datetime column coming in via a remote view. In the date text box on the form, I want the value to display and enter as a standard date only (ie., without the : : time delimeters showing)
>How can I do this?
>Thank you.
>Regards
>Angie.

One way for "mask" it would be:
* In Init form
With this
   .InputMask		= []
   .Format		= [ED]
   .StrictDateEntry	= 0
   .NullDisplay		= [  /  /]
   .FontName            = "Arial"
   .FontSize            = 8
   .Width		= 66
EndWith
If you haven't empty DateTime, it should help you.
Good luck!
Erick
Força Sempre!
Strength Always!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform