Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Child business object requery
Message
 
À
04/01/2000 20:30:34
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00312932
Message ID:
00314053
Vues:
26
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.
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform