Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List box
Message
From
03/07/1999 02:41:48
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00236826
Message ID:
00237136
Views:
13
Hi Heksa.

>SELECT Child
>SET RELATION field INTO Parent
>
>I want to display all records in child table in the listbox if Parent record is moved.
>
>E.g
>Parent.field_x = "ABCDE"
>I want to display all child.field_x = "ABCDE" in the listbox.
>
>I've thousands record in child table and I can do that with SQL command, but very slow. I don't want to use Grid!
>
>Thanks

Why don't you want to use a grid? It is going to be much faster than using a listbox. IMHO, a list box should only be used to present a few dozen items to the user at most.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform