I created a function for use in a report to return address details from a table by the specified field name as follows:-
function cwgetbranch
lparameters lcbranch,lcfield
local lcalias,lcreturn
lcreturn = ""
lcalias = alias()
if sqopen("S","cware") &&Opens a table shared and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.