Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
When should I create my views?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00425145
Message ID:
00426260
Vues:
19
Hello-You can make views 'by and' and still store them in your DBC by using the CREATE SQL VIEW command. Check it out in the help. This will solve your problem. Also note that in the Designer, when you click the View SQL option, it does not show you the REAL SQL for the view. For that, you need to use DBGETPROP. I and many others have created nice tools to be able to view and change the various properties. The VFP View Designer is nice, but limited and show some erroneuos info.

Hope this gets you going.

Dave

ps- in answer to your specific question ( in case you do not like my above answer ), you should probably create the views in the load event of the form.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform