Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Increment time() by 1 minute
Message
 
 
To
07/06/2005 12:15:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01020951
Message ID:
01020978
Views:
26
You can use the same expression with one more conversion
lcTime = TRANSFORM( RIGHT( TTOC(CTOT(lcTime) + 60,1), 6), "@R 99:99:99")
>That works great Sergey, if I'm working with a datetime() value. In my case the value I want to increment by one minute is a time() value.
>
>>
lcTime = TRANSFORM( RIGHT( TTOC(DATETIME() + 60,1), 6), "@R 99:99:99")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform