Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax for THIS.&cFileName..iFiscalPeriod
Message
De
15/08/2000 09:51:43
 
 
À
15/08/2000 09:48:09
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00404916
Message ID:
00404921
Vues:
11
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform