Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do FORM vs. createobject()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00859255
Message ID:
00859453
Views:
25
>
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform