Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where are views created?
Message
 
 
À
03/08/2009 17:17:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Divers
Thread ID:
01415952
Message ID:
01415967
Vues:
50
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform