I have no idea how to concatenate 2 values on the same field , I mean something like this:
lookup.addLookupfield(fieldNum(Table, ProductName)," " ,fieldNum(Table,ProductPrice));
This is my code for now:
lookup.addLookupfield(fieldNum(BBP_TableProducts, ProductName));
If you have add 2 field in lookup you have to do it in 2 separate lines.
For example:
This is the definition of
addLookupfield
functionYou can't concatenate values in the same
addLookupfield
function.