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:
00094695
Vues:
23
>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,

I wasn't being clear. I checked for an overridden method and found none.
What is being execute by that line of code is kmoverobj.selllistobj.requery().
It reads:

LOCAL lnReply
lnReply = DODEFAULT()
This.Parent.RefreshAll()
RETURN lnReply

It has no parameter statement. I can set lCDBK30 to .T. to make my problem go away, but I worry what unintended consequenses I might be introducing.

Thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform