Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo
Message
 
 
À
13/08/2007 07:11:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Memo
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01247766
Message ID:
01247768
Vues:
35
This message has been marked as the solution to the initial question of the thread.
>hi all,
>any idea,help
>this code work fine without field name is tra (memo type),
>i got error message GROUP BY clause is missing or invalid
>
>
>LOCAL ldStart
>ldStart = thisform.text1.value
>SELECT nam,amount,bank,sheqno,dat,tra,  SUM(amount) AS bill_total FROM Mstr ;
>WHERE dat= ldStart ;
>GROUP BY nam,amount,bank,sheqno,dat,tra ;
>ORDER BY sheqno INTO CURSOR qTmp
>
>thanks


You can not include memo field. If you want to use memo field you would need to run with SET ENGINEBEHAVIOR 70.

See Re: GROUP BY clause is invalid Thread #1245947 Message #1245974
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform