Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compute difference between two times
Message
De
08/06/2004 08:28:11
 
 
À
08/06/2004 07:34:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00911027
Message ID:
00911106
Vues:
18
Multiple solutions exists, the first on my mind:
 textbox1 textbox2 textbox3
7:42 am 12:16pm 04:34

On textbox3.refresh
this.Value = ttoc(difftextbox1-2,2)

textbox4 textbox5 textbox6
7:42 am 12:16pm 04:34
On textbox6.refresh
this.Value = ttoc(...,2)

-------
textbox12 sum(09:08 ) .
On textbox12.refresh
compute sum of textBox3+textBox6+...
this.Value = ttoc(sumValue,2)

on every Valid event for textBox1,textbox2...
thisForm.Refresh
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform