Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get to a controls using in a complicated form w/
Message
De
28/11/2006 12:43:19
 
 
À
28/11/2006 12:24:12
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01172607
Message ID:
01172995
Vues:
12
Hi Dragan,


didn't you write a few columns in on of the foxpro mags about quickie builders?
can you remind me what magand what issue, I would like to reread them

Thanks

Peter



>>In the same vein, in the properties sheet, with same level of complications. Judging the indentation of a control in the cbo does not give an indication of the real depth (so after page down few times we see a change in indentation), is there any way to judge if the change in indentation for a control, the control is a sibling of the control 3 pageup back?
>
>You just gave me the idea to write this little builder:
>
>
ASELOBJ(a)
>oObj=a[1]
>cPath=oObj.name
>DO WHILE TYPE("oObj.parent.name")="C"
>	oObj=oObj.parent
>	cPath=oObj.name+"."+cPath
>ENDDO
>RETURN cPath
>
>Select your object, and call this as a function from command window. It returns a simulated sys(1272) for the selected object. It will break if nothing is selected.
Peter Cortiel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform