Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get ZOrderSet?
Message
 
À
21/09/1999 19:48:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00267221
Message ID:
00267420
Vues:
30
Erik

>BTW, you can get what you want by
>just writing a little creative code...

Thanks. It's Ok!

But... Imagine if you click in the "TabIndex Button" and index your objects with the mouse... Then,

For nLoop=1 To ThisForm.ControlCount
If ThisForm.Controls(nLoop).Enabled = .T.
ThisForm.Controls(nLoop).SetFocus
Exit && First object Enabled... (Exit-For)
EndIf
EndFor

The forms what contain so many objects - VFP need found a first object Enabled=.T., SetFocus() and Exit!
I'd like it... but I think it's not possible.

Thanks a lot!

Rodolfo - Made In Brazil!
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform