Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get ZOrderSet?
Message
 
À
21/09/1999 14:15:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00267221
Message ID:
00267303
Vues:
19
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform