Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parent/Child question
Message
De
08/07/1999 11:07:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00237987
Message ID:
00238872
Vues:
13
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,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform