Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programatically set Environment Manager table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Programatically set Environment Manager table
Divers
Thread ID:
01009300
Message ID:
01009300
Vues:
45
I'm looking for a way to programatically set the Environment Manager table (envmgr.dbf) to a table residing on the network. I have a reference to the Task Pane object:
otask = _otaskpane
and setting the Task Pane to the Environment Manager:
otask.gotopane('microsoft.environmgr')
and drilled down to try to get to the envmgrengine
ox = otask.ofoxpaneengine.CURRENTPANE.OCONTENTCOLLECTION(1)
?ox.CONTENTTITLE
?ox.DATASRC
?ox.DATA
, but I don't see a way to set the table like you can with the ToolBox object:
loTool.otoolboxengine.settoolboxtable (HOME(7)+'toolbox.dbf')
Regards,

E.R.
Regards,

E.R. Gilmore
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform