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:
00094821
Views:
21
>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.

Got you...KMoverObj.SelListObj.Requery() needs to be changed to the following:

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

Thanks for finding this one!
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
Reply
Map
View

Click here to load this message in the networking platform