Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
KmoverObj Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00094287
Message ID:
00094535
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform