Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DATAENVIRONMENT~
Message
De
27/12/1999 09:08:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
DATAENVIRONMENT~
Divers
Thread ID:
00308730
Message ID:
00308730
Vues:
48
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~
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform