Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Working with the collection class
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Working with the collection class
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01017111
Message ID:
01017111
Vues:
79
Hi everybody,

I'm not sure, how can I add items to the collection based on their TabOrder in the form.

Here is my current code, I'd like to modify it to put controls in the TabOrder sequence. How should I do it?
*---------------------- Location Section ------------------------
*   Library: 	Aformssearch.vcx
*   Class: 		Frmquicksearch
*   Method: 	Registercontrols()
*----------------------- Usage Section --------------------------
*)  Description:
*)

*   Scope:      Public
*   Parameters:
*$  Usage:
*$
*   Returns:
*--------------------- Maintenance Section ----------------------
*   Change Log:
*       CREATED 	05/20/2005 - NN
*		MODIFIED
*----------------------------------------------------------------
lparameters tcClassName, tcNamedSearch

with thisform.oSearchCollection
	if .getkey(m.tcNamedSearch) = 0
		.add(m.tcClassName, m.tcNamedSearch)
	endif	
endwith
My container object has a name of "o" + m.tcNamedSearch and it's placed directly on the form.

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform