Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another SQL Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00511240
Message ID:
00511241
Views:
18
Sounds like you are using Remote Views. In this case you want to set NoDataOnLoad and provide a mechanism for the user to query the data and return only the desired records. I like QBF Builder from www.classycomponents.com to do this. It's easy to use and you can use you data entry form as the query form.

>How do I use bound fields on my form with SQL 7?
>
>What I mean is this:
>
>The data source my fields are bound to needs to be open in the Load
>of the form.
>
>I dont want to SELECT an entire table from SQL in the load just to
>have a data source open for the fields to bind.
>
>I was thinking of selecting the first record in the Load, just to get
>a cursor open, then later, maybe in the Init, call a parameterized
>query to get the record I want to display
>
>Is it possible to use NODATA to do this, or maybe MaxRecord = 0?
>
>Any ideas on this?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform