Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do FORM vs. createobject()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00859255
Message ID:
00859453
Vues:
26
>
>Terry,
>Typically, the control source for the grid (or listbox) would be a cursor.
>So, I would have to loop through the cursor and add the rows to the listbox, correct? That could introduce a delay in the object appearing with data, correct?
>The idea of sorting without indexing is definately attractive.

ListBox is a VFP class. Listview is an OCX (activex).

ListBox may be bound to a VFP cursor - IOW - No reiterative looping required.

ListBox may also have rows added using AddItem, AddListItem methods - these are reiterative - require a loop (at additem call for each row).

With ListBox - the additem methods, datasource = none - are best for projects that require drag and drop services.

ListView is ActiveX. Nodes (rows and columns) must be added using reiterative (add node) procedures. No data source binding.
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform