Hi,
Where would I embed the code to load the value for specific field on a browse row.
eg.
case cli:indicator
of 'Y'
loc:description = 'Yes'
of 'N'
loc:description = 'No'
else
loc:description = 'Unknown'
end
This could involve looking up a value from another file or calling a function to calculate a value.
And is a similiar method used as with a desktop app where a local variable is used for the browse row.?
thanks
Johan