Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'Find' not returning records from View
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00496227
Message ID:
00496507
Vues:
22
Andy,

Good to hear from you!

< I can never get it to return any records. I always receive the message "No records fit the specified search criteria.">>

First of all, try manually running the view outside the application and enter all of the view parameter values manually to make sure that part of the puzzle is working properly.

If it works properly, put a breakpoint in the Find form's SearchListObj.Requery() method as follows:

LPARAMETERS tlDoNotRequeryChildren

SET STEP ON

RETURN DODEFAULT(tlDoNotRequeryChildren)


Step through the code to make sure the view parameters are set to the proper value when the actual Requery() is performed.

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