dataview.rowfilter supports lcase and ucase?

  • Thread starter Thread starter Mat
  • Start date Start date
Well, you can't use lcase(field) or Lower(field) like you are. I've been
trying to get this to work but haven't had any luck. I'll post back shortly
if I can make it happen. I know this can't be this hard.
 
Ok, instead of using the functions (which may work but I'm stumped), if you
set the .CaseSensitive Property of the underlying datatable to false, your
filter should work.

HTH,

Bill
 
Thanks you.
i will try it.


William Ryan said:
Ok, instead of using the functions (which may work but I'm stumped), if you
set the .CaseSensitive Property of the underlying datatable to false, your
filter should work.

HTH,

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top