Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where are views created?
Message
 
 
To
03/08/2009 17:17:15
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:
01415967
Views:
49
>And if they're not in the project data tab?
>
>
>>>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

I believe the views should be created in your main database. You can get the owning database name from the view by this code

use myView

=messagebox(cursorgetprop('Database'))
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform