Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing structure of a local view
Message
From
04/07/2009 04:16:54
 
 
To
03/07/2009 15:10:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01409970
Message ID:
01410026
Views:
32
>Is there a way to programmaticly change structure of a local view?
>

There is no Alter View command in VFP, but you can "parameterize" Views, and also DbSetProp() at runtime. And "Create View" works well at runtime too, for instance after having created a separate, local "views-only" temp database on the fly.

However, in my opinion CursorAdapters (and SPT classes) are more "scalable" when the requirement for instance is to have a Where filters list with many conditions being added and removed dynamically at runtime.


hth
-Stefan
Previous
Reply
Map
View

Click here to load this message in the networking platform