Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display a date from a datetime?
Message
De
01/12/2004 05:38:05
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
01/12/2004 05:07:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
00965996
Message ID:
00966000
Vues:
40
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!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform