Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to remove seconds in TIME() & subtract it.........
Message
 
To
11/08/2004 04:27:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00930059
Message ID:
00932266
Views:
21
If Im not mistaken, you want to add first two values of your text boxes..

You can do this by getting the value for every single textbox..

Store CTOT(thisform.text1.value)+{^2000/01/01:},2) to nTIME1
Store CTOT(thisform.text2.value)+{^2000/01/01:},2) to ntime2

You have to extract the time in numeric format using SUBSTR() then add them..
then multiply to your rates...
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Previous
Reply
Map
View

Click here to load this message in the networking platform