Jump to Real's How-to Main page

Extract the display value of DDDW

string ls_dept
long ll_row

ll_row = 3  // we want the displayed value of dept_id in row 3

ls_dept = dw_1.Describe &
      ("Evaluate('LookupDisplay(dept_id)', " + String(ll_row) + ")")

// LS_DEPT == DEPARTMENT NAME FROM THE DDDW

If you find this article useful, consider making a small donation
to show your supportfor this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2005
[ home ]