Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Child business object requery
Message
 
To
04/01/2000 20:30:34
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00312932
Message ID:
00314053
Views:
27
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform