Xref lookup issue (OpenInsight 32-Bit)
At 13 JAN 2003 09:38:15PM Don Pederson wrote:
I have not been able to get the or function using a ";" to work in xref lookups. According to the docs putting a semicolon between words in the search criteria should get records that have one OR the other. I.e. FL ; CA sould return records with FL or CA in the field.
At first I thought it might be because I had defined ";" to be a worrd delimiter, but even changing that did not fix the problem.
I'm using OI 4.1.2
Don Pederson
At 14 JAN 2003 05:48AM Oystein Reigem wrote:
Don,
Seems you think you can do
Search_Crit=MYFIELD_XREF" : @VM : Word1 : ";" : Word2 : @FM
I think you must do
Search_Crit=MYFIELD_XREF" : @VM : Word1 : @VM : ";" : Word2 : @FM
- Oystein -
At 14 JAN 2003 06:50AM Don Pederson wrote:
I am just using the quick event capabiity to do the lookup, so the dialog box to enter the search criteria is generated by OI. Since the documentation in the help file says putting a ";" between words would give an OR, I asumed it would. As I recall it does in Arev and Oi16.
Don Pederson
At 14 JAN 2003 09:10AM Oystein Reigem wrote:
Don,
Oh. I looked in the online help for Btree.Extract, where it says to prefix the (second) search value with ";", which is different from putting ";" between values.
- Oystein -