Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Probleme
Message
From
20/02/2003 14:58:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Probleme
Miscellaneous
Thread ID:
00755707
Message ID:
00755707
Views:
32
Je recois ce message d'erreur (too many arguments) lorsque que je veux sauvegarder le bout de code situer en bas. Si je m'es seulement un IIF cela marche autrement ca marque ce message.

Merci !!!!

P.S(Voila le code)

SELECT (IIF(ISNULL(FFTRACK.DESCRI_FR),FFFOLLOW.DESCR_FR,FFTRACK.DESCRI_FR)) AS DESCR_FR,;
(IIF(ISNULL(FFTRACK.ORDER_COMPLETED,"N",FFTRACK.ORDER_COMPLETED)) AS ORDER_COMPLETED;
from fffollow;
LEFT OUTER JOIN fftrack on fffollow.ident = fftrack.ident_fffollow ;
WHERE FFTRACK.CONSOLID = THISFORM.consolid AND;
FFTRACK.IDFILE = thisform.fileid;
INTO CURSOR cur_fffollow READWRITE
Next
Reply
Map
View

Click here to load this message in the networking platform