S
Stan Sainte-Rose
Hi,
I have a little problem with the Dataview Rowfilter.
I use the following syntax to filter my datas
VueMarge.RowFilter="idbonf<>0 and dcdef>=#" & tDate1.value.ToUniversalTime &
"# and dcdef<=#" &
tDate2.value.ToUniversalTime & "#"
But it doesn't work. I can't retreive any datas from my dataview.
If I remove the filter it works.
The datas from my tables are saved like that : 02/12/2003 01:53:00
tData1 and tDate2 are from DataTimePicker using a custom format (dd/MM/yy)
Do I miss something ?
Stan
I have a little problem with the Dataview Rowfilter.
I use the following syntax to filter my datas
VueMarge.RowFilter="idbonf<>0 and dcdef>=#" & tDate1.value.ToUniversalTime &
"# and dcdef<=#" &
tDate2.value.ToUniversalTime & "#"
But it doesn't work. I can't retreive any datas from my dataview.
If I remove the filter it works.
The datas from my tables are saved like that : 02/12/2003 01:53:00
tData1 and tDate2 are from DataTimePicker using a custom format (dd/MM/yy)
Do I miss something ?
Stan