Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DATAENVIRONMENT~
Message
From
27/12/1999 09:08:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
DATAENVIRONMENT~
Miscellaneous
Thread ID:
00308730
Message ID:
00308730
Views:
50
i want to ask something about dataenvironment.
is there any different between using coding to declare a cursor and using mouse "click --click " to create a cursor~
i hv create a cursor using below coding:

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

With Thisform.GRID
.recordsourcetype = 1
.recordsource = 'database'
EndWith

is there any problem above?! i hv no idea on this, coz if i use mouse to "click-click" to create the cursor , the GRID works, but if i use coding to declare the cursor, it doesn't work~!
can anyone give a hand to me!? THX~
Next
Reply
Map
View

Click here to load this message in the networking platform