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

Compare with Current View Page History

Version 1 Next »

[ |../../index.htm#lansa/wamengb3_0155.htm]
You are here:

Getting Fields

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();  
[ |../../index.htm#lansa/wamengb3_0155.htm]

  • No labels