Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting the name of the alias
Message
From
14/06/2001 13:54:09
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00519534
Message ID:
00519567
Views:
16
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform