Page 1 of 1

Using Filter property of OCX

Posted: Thu Jul 24, 2008 7:38 am
by aonucyuyaw
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.