Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dataenvironment property in forms
Message
 
 
To
01/11/2008 18:29:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01358911
Message ID:
01358913
Views:
25
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform