Hi Guys,
I have a NetWebBrowse reading from a SQL table,
The data set is quite large, but I am limiting records on year, gender and province, which reduces the number of displayed records significantly.
The filter for the year, province, and gender is working well, however, as soon as I add the ID number to the filter I get "no records" displayed
(see filter string in screen grab .. this is the actual value of the filter string)
The column type in SQL is a CString
Also, when clicking on the NWB column headers, it is taking extremely long to open the "search" box. Is there a way to speed this up?
For example: Filtered on date, gender and province, one would like to click on the column header and refine search for a specific individual by surname ...
Any ideas will be appreciated ...