Using Filter property of OCX
-
- Posts: 0
- Joined: Tue Mar 06, 2018 11:33 pm
Using Filter property of OCX
I am using the OCX from .NET to print a long list of reports from MOM xBase. The reports all run without errors. ____I find that when I try to limit the records using the filter property it has no affect on the number of records on the report. I have tested this by creating some of the reports both with and without the filter property.____A sample value for the filter property is:__"IT_SDATE >= {7/1/2008 12:00:00 AM} AND IT_SDATE <= {7/24/2008 12:00:00 AM}"____Am I misusing the filter property or do I need to use a different property?____Thanks.