Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program uses wrong files
Message
De
23/04/1998 15:53:06
 
 
À
23/04/1998 15:47:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00094430
Message ID:
00094440
Vues:
24
>Thanks - I think I get the idea - could you be a TINY BIT more specific?
>I think I want...
>
>WITH THISFORM.DataEnvironment
> .Cursor1.Database = ...
> .Cursor2.Database = ...
>ENDWITH
>
>Is that right? How do I programatically loop through all the cursors in
>the Data Environment?
>
>Don Smith

Basically, that's right. Also, if all cursors are originated from dbc-tables/views then you can make it even simpler:
***DE.BeforeOpenTables Event
Thisform.SetAll("database",oApp.datapath+oApp.dbcname,"cursor")
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform