Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about report dates
Message
De
22/09/2000 16:05:02
 
 
À
22/09/2000 11:24:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00419729
Message ID:
00420016
Vues:
23
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform