Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh button causing error..
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00129772
Message ID:
00130843
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform