Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parent/Child question
Message
From
08/07/1999 11:07:09
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00237987
Message ID:
00238872
Views:
12
Hi Kevin - Thanks again for your input. I needed the 1 after the parent object name. I wish I could work your training into my schedule (and budget :) ). Would probably save considerable time. Meanwhile I keep plugging away. Thanks again, and I look forward to seeing you in LA in August. Tom
>Tom,
>
>
>
>The error message you're getting is generated in the CBizObjForm.ProcessBizObj() method. It's a developer-specific message that is only displayed when running in debug mode.
>
>The message gets displayed when the business object form cannot find an object by the name specified in the child's cParentBizObj property. Therefore, it's probably one of two things:
>
>1. The parent object is not named "lwMasterObj". Verify the spelling *and* that it truly is a business object that you've given this name.
>
>2. The parent business object is not instantiating.
>
>If you can't readily find the problem, I recommend setting a breakpoint in your form's ProcessBizObj() method as follows:
>
>LPARAMETERS toBizObj
>
>SET STEP ON
>RETURN DODEFAULT(toBizObj)
>
>Regards,
Previous
Reply
Map
View

Click here to load this message in the networking platform