Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Probleme
Message
From
20/02/2003 15:29:11
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
20/02/2003 14:58:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00755707
Message ID:
00755727
Views:
10
Hi Robert!

The problem was the IsNull, see the below:
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 
I think that this solved your problem.
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform