Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Probleme
Message
De
20/02/2003 15:29:11
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
20/02/2003 14:58:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00755707
Message ID:
00755727
Vues:
17
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform