Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subtract two times
Message
De
27/12/2004 06:08:44
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7
Divers
Thread ID:
00971289
Message ID:
00972290
Vues:
20
hi,
thank you very much,it works.
how i can let him add every time at totaltextbox as
if thisform.text1.value=14:35 then thisform.totaltxt.value=14:35
if i insert again at thisform.text1.value=15:30
i need to see at thisform.totaltxt.value=30:05 etc..
thanks alot
m.qasem

>Put a TextBox in a form.
>Set InputMask to "##:##:##"
>In VALID event of the TextBox:
>
>
>** Valid EVENT
>
>RETURN VAL(LEFT(this.Value,2))     < 24 .AND.;
>       VAL(SUBSTR(this.Value,4,2)) < 60 .AND.;
>       VAL(RIGHT(this.Value,2))    < 60
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform