Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DATAENVIRONMENT~
Message
 
À
27/12/1999 09:08:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00308730
Message ID:
00308760
Vues:
22
Wai Wai,

The problem is that your coding method is not opening the cursor. Modify it this way;
WITH THISFORM.DATAENVIRONMENT
	.ADDOBJECT('CURSOR1','Cursor')
	.Cursor1.CURSORSOURCE = CDX_DBF + 'database'
	.CURSOR1.ALIAS = 'database'
        <strong>.OpenTables()</strong>
ENDWITH

With Thisform.GRID
  .recordsourcetype = 1
  .recordsource = 'database'
EndWith
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform