Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get to a controls using in a complicated form w/
Message
From
28/11/2006 12:24:12
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01172607
Message ID:
01172986
Views:
16
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform