Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This.Parent
Message
 
To
26/07/2000 21:32:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00396574
Message ID:
00397493
Views:
9
>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")
Previous
Reply
Map
View

Click here to load this message in the networking platform