Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh button causing error..
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00129772
Message ID:
00130843
Views:
23
BOb,

>So, I guess my quesition is, why is it necessary to set cFindUniqueID to '' ??? Perhaps adding a property called uLastFoundID or such? If you have to blank cFindUniqueID... then I could set thisform.uLastFoundID to populate my parameter.>

I *do* need to blank out this property for purposes of the Framework. However, we can get the best of both worlds by doing as you suggest...creating a new "uLastFoundID" property into which the last found ID can be stored. Here's the change:

1. Add a new property to CBizObjForm called uLastFoundID
2. In CBizObjForm.FindProcess(), change the following:

Change...
STORE ThisForm.cFindUniqueID TO (ThisForm.cPrimaryViewParameter)

To...
STORE ThisForm.cFindUniqueID TO (ThisForm.cPrimaryViewParameter), ;
ThisForm.uLastFoundID

>Thanks for all your help!

And thanks for all *your* help with answering other developer's questions on this forum!

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