Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List
Message
De
16/09/2002 20:24:37
 
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Titre:
Re: List
Divers
Thread ID:
00700969
Message ID:
00701047
Vues:
17
>
cCode+dtos(dDate) tag test
>and it didn't show up in the tag list for the find. Then did it with 2 character fields, and it worked. But got only one field to enter the value, don't think it would find anything.

You need to go in the cmLookUpManager class on the form, go to the GenTagList method and put something like :-
if alias() == 'MyTable'
   This.DefineTag('Test', "DisplayExpression", , , 'LookupName')
endif
The default code can't figure out complex index expressions. Look up GenTagList/DefineTag in the guide. This is where you need to be.

HTH
-=Gary
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform