Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where are views created?
Message
 
 
To
03/08/2009 16:41:22
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01415952
Message ID:
01415957
Views:
87
>Quick MereMortals question - I'm trying to find where the views for a particular form (saved as a class) are created. Where might that be happening?

The Views must be in the Database. Expand your database in the project and look under views (the name for local views would start with lv_).

Or you may try

use lv_myViewName && to open your view

INDBC('lv_myViewName','VIEW') && to check if the view is in the current database
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform