Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pick list data through CursorAdapter()
Message
From
28/04/2003 18:08:18
 
 
To
28/04/2003 17:54:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00782491
Message ID:
00782500
Views:
13
>In our framework, for base VFP tables, we have a pick list ability for, for example, the customer table. So, when a user select Customers from the menu, the pick list appears. From that pick list, the user can open several customer forms. When working with SQL Server, this doesn't work exactly like that. Basically, it doesn't apply very well to show a grid with all the records when in such circumstances. Will CursorAdapter() serves me well in that situation? Basically, would it there be a possibility for me to continue to use the grid pick list for a SQL Server backend by that use?

Generally you don't want to bring across ALL the records. At the top of the grid you can have some fields that you have parameterized the view (CA) on. Once the user fills them in they can press a search button which will populate the parameters and get the matching data, which will be displayed in the grid.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform