Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple problems
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00204417
Message ID:
00204803
Vues:
22
This message has been marked as a message which has helped to the initial question of the thread.
Nadya,

There is no easier way than using the product that way it was designed. DateTime is the data type for storing date and time. You can modify the function to use a data plus the time as a string.;
lcDate = DTOS(TheDateField)
ltDateTime = EVAL("{^"+LEFT(lcDate,4)+;
                  "/"+SUBSTR(lcDate,5,2)+;
                  "/"+RIGHT(lcDate,2)+" "+;
                  lcTime+"}")
Now put that in a datetime field and you're done.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform