Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Time Bug
Message
From
13/02/2000 15:17:23
 
 
To
13/02/2000 10:55:43
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00331505
Message ID:
00331557
Views:
24
Hi Malik :

What kind of error are you receving ?. Because Time() returns an 8 character expresion in a 24 hours format, and in your code you are checking against a 12:00:00 that is not a character expression.

Maybe you can find useful the next approach

If DateTime() > CToT( DToC( Date() )+" 12:00:00pm" )
..code
EndIf

that uses date times expressions, involving not only the time, but the day.

"..Whatever the route it eventually returns to him.."
Whatever the route it eventually returns to him...
Previous
Reply
Map
View

Click here to load this message in the networking platform