Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dataenvironment property in forms
Message
 
 
À
01/11/2008 18:29:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01358911
Message ID:
01358913
Vues:
26
>DataEnvironment property for form is mentioned in foxpro documentation. I am browsing existing form as a table
>after "use formname.scx" and there is a record where Objname field has value DataEnvironment , code references also shows the occurence ; however I can't see DataEnvironment property either in properties ( PEM ) or via Intellisense. Any Clues ? DEClass and DEClassLibrary which serve to attach external Dataenvironment classes are empty for this form. Any clues how to deal with that property ?


Michael,

A form has the DataEnvironment property. It's read only and is not present in the Properties dialog. It stores reference to the forms DE object. You can reference it in code
loDE = Thisform.DataEnvironment
...
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform