Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What was the last object I had focus on?
Message
 
 
À
06/08/2010 09:39:43
Kevin Hickman
The Cadle Company
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01475139
Message ID:
01475521
Vues:
38
Kevin,

The reason Marcia has the extra code at the top is to try to separate objects that are collections (such as grid, container, pageframe, etc.) from the non-container based objects (such as commandbutton, textbox, editbox, etc.). For the former we need to call that method recursively.

So, don't add commandbutton to the list in the beginning of the code.

>In the code Marcia sent listed below, it starts to loop thru all objects in each of the baseclass types listed to push the code into the method provided. When using the code with a textbox displaying the results as I click/tab around, I notice that command buttons are not recognized, so I tried to add the base class for them into the code (i.e. IF INLIST...(toObject.BaseClass)),[form], [pageframe], [page], [container], [grid], [column], [commandbutton])) and the code errors out by adding the commandbutton type. I am trying to figure out how to get the code to recognise command buttons as well.
>
>
>Can you explain your question? What exactly is not working for you?
>
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform