Hi Bruce,
In a NetWebBrowse, I set the Locator Type of a column to "Starts-With" in the Sort tab of the column.
The browse shows correctly when the locator is blank. But as soon as I type anything, the browse goes blank.
The SQL code being sent has this WHERE clause when I type 'A' in the locator:
WHERE D.NAME >= 'A' AND D.NAME <= 'A'
Which obviously returns no results. This should be:
WHERE D.NAME like 'A%'
What am I doing wrong and how can I fix it?
ps. Is there an example for SQL that I can use to showcase SQL related issues?
Regards,
Ubaidullah Nubar.