Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to requery() a pg-4 view based on a cell in startup
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00160674
Message ID:
00161263
Views:
18
>When the user goes to the 4th page on the form, I need the grid on page-4 to be REQUERY() based on a cell on the startup page.
>
>I setup a parentBizObj to childBizObj connection based on the 3.02 manual.
>I have inserted a pg4 ActivateEvent() to REQUERY() based on a cell in the startup page grid.
>I have tried to populate the aViewParamater[] array with the name of my view parameters just like the manual and PrjMgr did.
>
>All these scenarios failed.
>I will appreciate all suggestions.
>
>Thanks...
>Melvin...

Melvin,

In your page4.Activate()

Select the view (or check it is the current oone, I don't know how MM handles this)
PRIVATE vp_cid
vp_cId =
REQUERY()

This should work, although a bit rough... When you'll have the thing working, you should be able to refine it a bit.

José
Previous
Reply
Map
View

Click here to load this message in the networking platform