Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VMP: Child cursor filter
Message
From
13/11/1999 21:14:14
 
 
To
13/11/1999 18:28:56
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00291019
Message ID:
00291045
Views:
32
I'm reposting, as part of the message was missing for some reason...

What should the syntax be for a filter that is applied to a child cursor when the filter contains a reference to an object on the form?

I can get the filter to work by using SET FILTER TO plan_code = thisform.pgfpagerefresh1.page5.lstplantype.value, but I get an error when cancelling the form when the cusPushPopRecNo.Destroy method is run. The command IF !eval(filter(.icSaveAlias()) in this method errors with "Object is not contained in a form.". I have tried using SET FILTER TO _Screen.Activeform.Pgfpagerefresh1.Page5.LstPlanType.Value. The filter works, but I get a syntax error on the same line in the cusPushPopRecNo.destroy method.

It seems I need to somehow get the object reference of the form that I'm cancelling from in the filter command, but I can't seem to get the syntax right. Any ideas?

Tim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform