Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting the name of the alias
Message
 
 
À
14/06/2001 13:54:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00519534
Message ID:
00519574
Vues:
15
In my original, I left an open ended < b >. I just ripped it out entirely in the subsequent reply to myself. < s >

>>Typo alert! Too much bold.
>
>I don't know where was the typo but that works like a charm.
>
>
>* If everything is saved, we scan all the views to requery
>IF NOT ThisForm.lModified
>   IF AMEMBERS(laCursor,ThisForm.DataEnvironment,2)>0
>      FOR lnCompteur=1 TO ALEN(laCursor)
>         loCursor=EVAL('ThisForm.DataEnvironment.'+laCursor[lnCompteur])
>         IF VARTYPE(loCursor)='O' AND UPPER(loCursor.BaseClass)='CURSOR'
>            lcAlias=loCursor.Alias
>            ...
>         ENDIF
>      NEXT
>   ENDIF
>ENDIF
>
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform