Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tab order at run-time
Message
De
31/10/2020 10:27:57
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01676883
Message ID:
01676886
Vues:
31
It's always nice to be a help. :)

Anyway, try something less space wasting like JSON to store such stuff. Other, ugly, way would be to store it like:
LPARA toParent
with toParent
.objx.tabindex = 1
.obja.tabindex = 2
.objb.tabindex = 3
*...
endwith
and run it in Parents Init like
lcTemp = mMemo
EXECSCRIPT(m.lcTemp,THIS)
No processing at startup - all processing is done while writing this data
But the storage is a perfect entry point for any hack. ;)

>This sounds like a solution to me. I forgot about the TabIndex property. I can create an XML file listing all controls and the TabIndex for each control. Then, when INIT the window, first check if the XML file exists. And if yes, change the TabIndex of the controls according to the XML file.
>Thank you!
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform