In query mode, when user enters null in a date field, I want to change the DW select from date = 'null' to date is null. The former give a db errror. I've tried modify('DataWindow.Table.Select=..., but before the actual retrieval, date = 'null' is still in the select.
Any help is appreciated.