Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two grids on a form
Message
De
26/11/2004 12:42:20
 
 
À
26/11/2004 12:29:07
Reza Meamar
Homa Programming Group
Shiraz, Iran
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Database:
Visual FoxPro
Divers
Thread ID:
00964600
Message ID:
00964985
Vues:
7
>how i open a cursor twice?

This use 3 workareas:
* a cursor have exclusive access, then it can live only within a datasession only
CREATE CURSOR birobiro ( ... )
INDEX ON ... TAG taggo
USE DBF() AGAIN IN 0 ALIAS birobiroTrue
USE DBF() AGAIN IN 0 ALIAS birobiroFalse
Of course, 2 workareas (birobiro and birobiro1) are sufficient for to split birobiro in two disjoint sets.

aaahhh, you don't open the cursor twice, you open it one time only,
and with USE create two status context for the same opened cursor.

Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform