Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RowFilter in Dataview for Grid

Status
Not open for further replies.

WP

Programmer
Nov 30, 1999
463
CH
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top