Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Never seen this one before... what do I do?
Message
From
30/06/1999 19:15:12
 
 
To
30/06/1999 18:54:07
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00236177
Message ID:
00236212
Views:
11
THANKS Erik... that worked perfectly! But that is a "work around" isn't it? Am I not understanding something, why does it drop the decimals when the return value at the RETURN statement in the function has the decimals???

>Try this:

> SELECT table.fieldone, table.fieldthree, table.fieldthree,;
> 1.000 * GetAmount(table.duedate) AS howmuch ;
> FROM table ;
> INTO CURSOR cTemp
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform