Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error calling a find form
Message
 
To
10/03/2000 14:18:41
Gerald McKinsey
Keystone Consulting Services, Inc.
Yorktown, Indiana, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00343821
Message ID:
00344724
Views:
18
> I have noticed that when I use the debugger to step through the code, when I get to where it calls the DoForm, it tells me the source is out of date. Is this significant?

Not sure if it's significant, but it sure sounds like rebuilding the project with "recompile all files" option checked. I wouldnt give up and start over yet...

All else fails then let's see your code in the Find Button click?

Following the DevGuide instructions you should have a DODEFAULT() at the end of your code for initializing view params. Looking at the related stuff in parent class, that DODEFAULT() triggers the form's FindFormActivate() (already coded for us in the framework but wouldnt hurt to make sure it is completely blank in your form)

Now FindFormActivate() makes the =DoForm(ThisForm.cFindform,ThisForm) call. That second param there for "ThisForm" should be passing an object reference for your bizobj form to the the findform's oCallingForm property. So maybe if you set a break point via break point dialog on FindFormActivate() you could check the values being passed in the DoForm call before it hits.
Roxanne M. Seibert
Independent Consultant, VFP MCP

Code Monkey Like Fritos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform