Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KmoverObj Problem
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00094287
Message ID:
00094535
Views:
21
Tom,

>It is called by the form requery which I have not modified. So it seems to be from CBizObjForm.Requery() in CFORMS.VCX. Specifically it seems to be in the line that reads:
>
>IF IIF(goApp.lCDBK30, this.oBizObj.Requery() = REQUERY_SUCCESS, ;
> this.oBizObj.Requery(tlDoNotRequeryChildren) = REQUERY_SUCCESS)
>
>beyond that I am stuck. Any ideas?

You will get this error if you execute This.oBizObj.Requery(tlDoNotRequeryChildren) and there is no parameter statement in the Requery() method. If you have inadvertently put anything in the form's Requery() method (including a SPACE!) it overrides the parent method. I recommend going into your form and making sure there is NOTHING in the Requery() method.

Regards,
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