Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore / set filter / view
Message
From
20/07/1998 16:25:40
 
 
To
20/07/1998 16:17:56
Michael Haggerty
Blue Mountain Data Systems Inc
Herndon, Virginia, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00117431
Message ID:
00119460
Views:
46
>How do you guys use only views in these scenarios:
>
>1. a parent table (20000 recs minimum search) with 6 lookup tables displayed in a grid
>
>2. data entry using the above.

You can have more than one view in a data environment.

If they insist on seeing data when the form comes up, as opposed to haveing them come up with some type of view paramater, you come up with one.


TOP 100

Created within the last 10 days

upper(left(LASTNAME,1)) = 'A'

Then, the pick list will be incremental... Every time that the user enters another letter for the last name search, or ssn, or whatever, add that to the view paramater field and requery the view.

Also, you can have seperate views for the lookups that are paramerterized...

vp_Orders = _screen.ActiveForm.CustId

This use vp_orders as the view param for your orders view.

Always get the LEAST amount of data you can, and only query data when you HAVE to show it to the user.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform