Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calendar
Message
De
25/08/2008 04:59:21
 
 
À
25/08/2008 04:43:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01341448
Message ID:
01341452
Vues:
26
This message has been marked as the solution to the initial question of the thread.
>thank you,
>
>is there away to get the month as feb,,jan, oct.... only
>
>>>hi all
>>>
>>>*** ActiveX Control Event ***
>>>THISFORM.TEXT7.VALUE=TTOD(THIS.OBJECT.VALUE)&&result is 10/02/2008
>>>
>>>i need to convertit to 10-feb-2008
>>>
>>>thank you
>>
>>?Transform(THISFORM.TEXT7.VALUE,'@YL')
AFAIK you must code it
ldDate=THISFORM.TEXT7.VALUE
?Transform(Day(lddate)) + '-' + Left(Cmonth(ldDate),3) + '-' + Transform(Year(ldDate))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform