Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compute difference between two times
Message
From
08/06/2004 08:28:11
 
 
To
08/06/2004 07:34:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00911027
Message ID:
00911106
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform