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: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:
01172986
Vues:
17
This message has been marked as a message which has helped to the initial question of the thread.
>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.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform