You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Captions are only available if your webroutine has Options(*METADATA)

// Get field
var empno = wr.field("EMPNO");
var empnoLabel = empno.label();
var empnoDesc = empno.description();
var empnoHeadings = empno.headings();
var empnoValue = empno.value();  



  • No labels