Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OBizObj
Message
De
24/02/1999 12:26:12
 
 
À
24/02/1999 11:29:38
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00190948
Message ID:
00191019
Vues:
51
>>I'm doing some maintenance work on a MM v 3.01 app. All of a sudden (Yeah, right!) my form started returning this strange error. It may have something to do with z-order, but I never messed with it.
>>
>>It's a cbizojmaintenanceform gone awry. When the form first loads, page1 of the pageframe calls the requery method. This is where the error happens.
>>
>>loSelect = CREATEOBJECT("CSelect", this.oBizObj.GetAlias())
>>
>>The error is "Unknown member oBizObj". Seems to me that the bizobj is not getting registerd properly. This usually indicates a problem with the z-order. If anyone (Kevin?) can tell me the proper order so I can set things right, I'd appreciate it.
>
>Make sure RefBizObj is the first object in the forms zOrder. Then, make sure the Business object is the first object on the page in the Zorder.
>
>BOb
>
>PS: Remember, when you change the zorder, you will have to close and reopen the properties window for the new order to show in the combo box.

BOb,

I checked and re-checked the z-order against the parent class, cbizobjmaintenance form, but I still get the same message. And to make matters worse, all the controls have invalid controlsources. There must be something I am missing. The oDELoader should instantiate before the grid. The order I have is below:

Form
RefBizObj
pgfBizObj
Page1
cListOneToManyObj1
c3DBox1
RefBizobj
oSessionEnvironment
oDELoader
cGridlist1

This order corresponds to the order in the parent class. Things should fire from the inside out, so there should be no problem. I'm ready to pull my hair out.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform