Has anyone had probllem like this:
Database is Oracle
Field in filter is a date
syntax is
_orderBookView.DataViewSettings("Orders").RowFilter = viewForm.Filter
my row filter is simple "TRUNC(ORDDAT)=TO_DATE('01/04/2005', 'DD/MM/YYYY')
Problem is that I don't get any errors yet the filter does not work... I am still left with all the records.
Any help is much appreciated.
WP
Database is Oracle
Field in filter is a date
syntax is
_orderBookView.DataViewSettings("Orders").RowFilter = viewForm.Filter
my row filter is simple "TRUNC(ORDDAT)=TO_DATE('01/04/2005', 'DD/MM/YYYY')
Problem is that I don't get any errors yet the filter does not work... I am still left with all the records.
Any help is much appreciated.
WP