Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DATAENVIRONMENT~
Message
De
27/12/1999 11:24:00
 
 
À
27/12/1999 11:20:47
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:
00308792
Vues:
25
now, the code change into this:

WITH THISFORM.DATAENVIRONMENT
.ADDOBJECT('CURSOR1','Cursor')
.CURSOR1.CURSORSOURCE = CDX_DBF + 'SODETAIL'
.CURSOR1.ALIAS = 'CURSOR1'

.ADDOBJECT('CURSOR2','Cursor')
.Cursor2.CURSORSOURCE = CDX_DBF + 'SOHEAD'
.CURSOR2.ALIAS = 'CURSOR2'

.ADDOBJECT('CURSOR3','Cursor')
.Cursor3.CURSORSOURCE = CDX_DBF + 'ITEMMSTR'
.CURSOR3.ALIAS = 'ITEMMSTR'

.ADDOBJECT('CURSOR4','Cursor')
.Cursor4.CURSORSOURCE = CDX_DBF + 'CUSTOMER'
.CURSOR4.ALIAS = 'CUSTOMER'
ENDWITH

THISFORM.DATAENVIRONMENT.OPENTABLES()

*********

With Thisform.DET_GRD
.recordsourcetype = 1 && 1 Alias
.recordsource = 'CURSOR1'
EndWith

no any error message prompt out, but the grid still cannot display any data~
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform