Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parent Child on different page frames
Message
From
21/06/1999 22:46:58
 
 
To
21/06/1999 18:03:44
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00232104
Message ID:
00232321
Views:
18
>>>Hi and Help - I am new to the MM framework. I have a master demographic table that resides on 3 of 4 page frames. The 4th page frame is a child showing contributions. There is one child record for each master record. I have tried a number of combinations and have been unsuccesful in getting the child to display on page 4. I am getting an Invalid control source for the page 4 controls. I am using 2 different business objects. I have tried both on the form. I have tried the business objects on their corresponding page frames. Usually I get an alias not found. The example isn't real clear and I am not sure what I am doing wrong.
>>>
>>>Thanks for any input or suggestions. Tom Breay
>>
>>Read A Word About Z-Order in the MM Documentation... you want you child Business Object to be the first object in the Zorder on that page.
>>
>>BOb
> Hi Bob and thanks for your reply. I have been through the z-order sequence several times and believe I have it correct. I have tried a number of combinations, and am probably at a point where I need to get back to a base point to validate and check things. Would it be better to have the master biz obj on the form, or on pages 1,2, and 3 with the child object on page 4. Thanks for you input. Tom

Master BizObj on page one, child bizobj on page 4... make sure... lAutoSetToPrimary is set to true for both.

Also, check the DELoader in the child bizobj... make sure it has the name of your DE in it...

You can run your ap from domain... then, sustend from the developer menu... then, instantiate your BizObj from the Command Window oX=createobj('mybizobj').. if you get no errors, check the SET window to make sure the views you expected to be open are open.

If all this works, I don't know the problem, but, this may help.

Also, make sure you are putting v_view and not lv_view in your control sources.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform