Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ctot
Message
From
02/08/2003 13:59:18
Larry Rix
Larry Rix & Associates, Inc.
Westminster, Colorado, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Ctot
Miscellaneous
Thread ID:
00814292
Message ID:
00816221
Views:
22
Francisco,

Examine the data type of the return value of the function (i.e. CTOT() --> datetime data type). VFP cannot add or concatenate two date time values.

Concatenation is only for strings. Addition is only for numbers. Thus, you need a numeric value that represents your date time value. You may then add or perform some other numeric computation that makes sense for your equation.

Once you have this resulting numeric value, then you may convert it back to a date time value.

I will attempt to find a work-around for you.


Best Regards,

Larry Rix
Previous
Reply
Map
View

Click here to load this message in the networking platform