Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
This.Parent
Message
 
À
26/07/2000 21:32:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00396574
Message ID:
00397493
Vues:
10
>Jim,
>
>Maybe I'm wrong, but isn't it EVALUATE("This.Parent.psavetable.c_mailcode") ?
>
>>lcSeekVal = EVALUATE(This.Parent.psavetable + ".c_mailcode")
>>IF SEEK(lcSeekVal,"mailcode")

Ecan,

If this.parent.psavetable contains "C:\SomeDBF" then EVALUATE(this.parent.psavetable will return C:\SomeDBF and EVALUATE(This.parent.psavetable+".c_mailcode") will return C:\SomeDBF.c_Mailcode. My suggestion should have been ...

lcSeekVal = This.Parent.psavetable + ".c_mailCode"
IF SEEK("&lcSeekVal" "Mailcode")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform