Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding cursor to DataEnvironment programatically
Message
De
08/10/2002 04:27:26
 
 
À
07/10/2002 10:55:48
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00708376
Message ID:
00708647
Vues:
8
Hi,

>>How can I add tables to the DataEnvironment via code? <<
WITH thisform.dataenvironment
  .AddObject("MyCursor","Cursor")
  .MyCursor.Database  = "MyDatabase"
  .MyCursor.CursorSource = "MyTable.dbf"
  * etc...
ENDWITH
HTH,
Viv
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform