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

Click here to load this message in the networking platform