NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on June 02, 2013, 11:35:11 PM

Title: Calculate/Format field on browse row
Post by: JohanR on June 02, 2013, 11:35:11 PM

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







Title: Re: Calculate/Format field on browse row
Post by: Bruce on June 03, 2013, 12:05:40 AM
SetQueueRecord embed point.
yes.