Hello,
I want to use INSTRING in a filter. I have a local variable being used for entering search data. I want the text entered in that field to be searched for in a field in my browse.
Here's part of what I;ve been trying:
(Instring(upper(p_web.GSV(<39>LOC:Owner<39>)),upper(p_web.GSV(<39>PER:Owner<39>)),1,1) > 0
LOC:Owner is the search field. PER:Owner is the field being searched. I do not want to use a standard locator. I want the user to be able to enter data and click a search button.
Perhaps INSTRING is not the best way.
Any suggestions appreciated,
Don
NetTalk 5.37
TPS