Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple problems
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00204417
Message ID:
00204803
Views:
23
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform