Hi all,
i a question on Formatted search!
If i a query:
"SELECT T0.CardCode FROM OCRD T0 WHERE T0.CardCode Like '%%5206%%'" When like get the initial code of cardcode='5206' and put the result into a form with a lot of codes cardcode that contain '5206'...it's ok.....but if try to get:
SELECT T0.CardCode FROM OCRD T0 WHERE T0.CardCode Like '%%$[$5.0.0]%%'
Where 5 is the item of cardcode in form of Business Partners, 0 is the column, 0 is the type is varchar, but i don't have the result!
Why?
Thank's Serema