Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object Position
Message
De
28/07/1997 14:07:58
 
 
À
28/07/1997 13:43:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00041950
Message ID:
00041982
Vues:
33
>Hi Edward,
> I read you and I was afraid of that :-). Was hoping for a "simple" solution.
>
>Thanks,
>Bill
>
Don't be afraid and run something like this:
**** some control event/method
local cString,nTop
cString="this.parent"
nTop=this.top
do while .t.
if type(cString)!="O"
exit
endif
nTop=&cString..top+nTop
cString=cString+".parent"
enddo
=messagebox("this is cumulated 'top': "+str(nTop))
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform