Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lookup
Message
De
29/11/1999 18:54:44
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Lookup
Divers
Thread ID:
00296587
Message ID:
00296604
Vues:
26
>I am having trouble comming up with error free syntax for the lookup() command. I am trying to use fields to return a value on a report. I have two tables (contacts & Issues). So far, I have an expression for a field on my report as: lookup(issues.cissues, contact.iissueid, issues.iissue_id, "ISSUEID"). This only gives me various errors, i.e. "Alias issues is not found" even though they exist in the data environment.
>
>Am I missing a set of quotes somewhere? Any ideas?
>Mike


Try the third parameter without the alias:

lookup(issues.cissues, contact.iissueid, iissue_id, "ISSUEID")
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform