Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting the name of the alias
Message
De
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:
00519567
Vues:
17
>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
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform