Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not possible to scan dataenvironment objects!?
Message
De
18/06/1999 22:12:13
 
 
À
18/06/1999 21:15:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00231556
Message ID:
00231689
Vues:
15
Let me format this a little better:
LOCAL i, aCursors[1]

AMEMBERS(aCursors, oForm.DataEnvironment, 2)

WITH oForm.DataEnvironment
     .CloseTables()

     FOR i = 1 to ALEN(aCursors)
         WITH EVAL("." + aCursors[i])
              IF .BaseClass = "Cursor"
                 .CursorSouce = "foo"
                 .DataBase    = "d:\allfoopath\allfoo.dbc"
              ENDIF
         ENDWITH
     ENDFOR

     IF .AutoOpenTables
        .OpenTables()
     ENDIF

ENDWITH
- Jeff
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform