Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Syntax for THIS.&cFileName..iFiscalPeriod
Message
From
15/08/2000 09:51:43
 
 
To
15/08/2000 09:48:09
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00404916
Message ID:
00404921
Views:
10
EVAL(ALLTRIM(this.cFileName) + ".iFiscalPeriod")

>I have a workaround for this, but I'm still curious.
>
>
>WITH THIS
>SELECT (.cFileName)
>    COUNT TO lnKount FOR !DELETED()
>    IF lnKount > 0 AND ;
>        .&cFileName..iFiscalPeriod <> goApp.iFiscalPeriod
>        *!* Do stuff here
>
>Since (THIS.cFileName) is already selected, I can use:
>
>IF lnKount > 0 AND iFiscalPeriod <> goApp.iFiscalPeriod
>
>How would I write that so it would get the value from iFiscalPeriod in table (THIS.cFileName) ?
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform