Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DATAENVIRONMENT~
Message
From
27/12/1999 11:24:00
 
 
To
27/12/1999 11:20:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00308730
Message ID:
00308792
Views:
26
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~
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform