I have created a data window which has a dropdown lit box for Gender.
When a new record is added, the field shows display value to select from. However, when a window is retrieved, column shows data value instead of display value.
I did write below function in retrieveend event of datawindow. But it gives - "Invalid Arguments to Function" error.
string ls_display ls_display = dw_sort.describe & ( "evaluate ( 'LookupDisplay ( dept_id )', " & + string ( dw_sort.GetRow() ) & + " )" )
Regards,
Falguni