Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to see only 15 records
Message
 
À
17/12/1999 15:49:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00305453
Message ID:
00305596
Vues:
35
Hi,

This something you need to try. I haven't done it myself.

Create a remote view based on VFP ODBC driver. Set the Fetch as Needed property of the view to .T. and go from there.

So you don't have to worry about requerying view each time you hit previous or next.

HTH.

I am not a regular user of UT. Send me an e-mail if you have any questions.

Bye
Jayesh


>Hi All,
>
>I have a table having large set of records and of which there are some records marked for deletion. Using SQL view I had to show 20 records at a time out of these records to the user. When the user clicks the "Next" button it should show the next 20 records and when the button "Previous" is clicked it should show the previous 20 records.
>
>In SQL View designer we can limit the number of records and this is handy for the "Next" button. However, my problem is when the user clicks on previous button how do we eliminate the deleted records and pick up the previous 20 records?
>
>Thanks in advance.
- Jayesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform