Recent content by christil

  1. C

    Contains command

    I added a word-index on order-line table for field cust-po. I used something like : for each order-line where order-line.cust-no matches "*" + cust-po# + "*" Now i use : for each order-line where cust-po contains cust-po# + "*" The problem i have is for example if i search for po 1234 with...
Back
Top