Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Child business object requery
Message
De
07/01/2000 12:38:37
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00312932
Message ID:
00314576
Vues:
22
Thanks a lot. It worked.

Shall I leave this code this way. Since it will afect all my cBizObjMaintenanceForm subclases?

Regards


>Oscar,
>
>>The problem is that when I set the lRequeryChildOnrequeryParent to .T., the program generates an error indicating that “ACTIVECONTROL is not an object” from the NEXT method of cBizObjMaintenanceForm.>
>
>Try changing the following code in CBizObjMaintenanceForm.Next() to see if it fixes the problem:
>
>change...
>
> loControl = _SCREEN.ActiveForm.ActiveControl
>
>To...
>
> loControl = ThisForm.TrueActiveControl()
>
>Let me know if this makes a difference for you.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform