Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about report dates
Message
From
22/09/2000 16:05:02
 
 
To
22/09/2000 11:24:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00419729
Message ID:
00420016
Views:
24
OK Here we go. I modified the statement as follows. Now I got the two screens asking for the initial and ending date, but I got the "Function argument value,type or count is invalid" message...

SELECT Ventas.fechaonly, Ventas.totalvta, Ventasdsg.codigonues,;
Ventasdsg.descripcio;
FROM scaledata!ventas INNER JOIN scaledata!ventasdsg ;
ON Ventas.cvevta = Ventasdsg.novta;
WHERE Ventas.fechaonly BETWEEN CTOD(?date1) AND CTOD(?date2)

Following up with this question: what other methods, besides a view are there to get the same results?

Thanks in advance

Ulises
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform