Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with displaying data on grids with different index
Message
De
13/07/2005 17:24:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
13/07/2005 16:55:53
Kay Alexander
Pennsylvania Farm Bureau
Pennsylvanie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000
Database:
Visual FoxPro
Divers
Thread ID:
01032413
Message ID:
01032421
Vues:
16
>I created compound index files with filter expressions for a cursor and am trying to display two grids on the same page with using the cursor. Each grid should display only those records that match the filter expression. Is it a way to display grids independently to each other? Any help will be appreciated.
>
>Kay

use myTable in 0 again alias t1 order tag index1
use myTable in 0 again alias t2 order tag index2
thiform.myGrid1.recordsource = "t1"
thiform.myGrid2.recordsource = "t2"

or:
If they would be readonly grids use SQL recordsource.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform