Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get ZOrderSet?
Message
 
To
21/09/1999 14:15:55
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00267221
Message ID:
00267303
Views:
20
Thanks Erik.

>ZOrder is a method, not a property.

Do this sample:
For nCnt=1 To ThisForm.ControlCount
? ThisForm.Controls[nCnt].Name
EndFor

When I add a object, I edit a TabIndex... So, I'd like get objects index by TabIndex but it's don't happend. The objects are listing by ZOrderSet...

ZOrderSet is avaliable only in file FORM.SCX...

Try do it:
USE YOURFORM.SCX
BROW FOR "ZOrderSet"$Properties

and look the memo field "PROPERTIES"...

I don't know if you understood me...

Thank you for your attention.

Bye!

Rodolfo
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform