Sales Employee name shown in lines
Martin Cerasuolo
Dear Phillip,Can you give me the script to show the name of the SalesEmployee in the rows?
This is what i have created so far but the field conversion is wrong.
LD.QueryData("Select SlpName from OSLP where SlpCode='" + LD.FStr(DocumentRow("SlpCode") , "0" + " ' "))
Please help me?
Martin Cerasuolo
:P
Martin Cerasuolo
The correct code is:LD.QueryData("Select SlpName from OSLP where SlpCode='"&DocumentRow("SlpCode"))
0
Please sign in to leave a comment.
Comments
0 comments