Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Find' not returning records from View
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00496227
Message ID:
00496507
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform