Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Second View in a Bizobj
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00563836
Message ID:
00564630
Views:
19
Allan,

>I have a business object with two views on a page frame. The second view is not being requeried automatically. How do I requery it?

Actually, for the most scalability, rather than issuing a REQUERY() directly on your secondary view, use the Requery() method of the business object to do it instead. For example:

This.Requery(.F., "v_MyOtherView")

This comes in handy if you eventually use the more advanced Windows DNA features of the Framework.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform