Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Time Bug
Message
De
13/02/2000 15:17:23
 
 
À
13/02/2000 10:55:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00331505
Message ID:
00331557
Vues:
23
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform