Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
int field_rows()
{ int rows; if (list_pos(p.wl) != list_next(p.wl)) { /* did we move? */ rows = field_rows() - 1; /* # of rows */ if (rows > 0) { /* multi row window? */ . . . }