Form Runmodal Error in list form or table field

marcoau18marcoau18 Member Posts: 9
Hi,

I have put the below coding in a table field column validation in list form.

Clear(frmInput);
If frmInput.RUNMODAL = ACTION::LookupOK THEN;

Error pop up when I compile code saying
'LookupOK' is not an option. Existing options are: New, Modify, Delete

Any hints? #-o

Answers

Sign In or Register to comment.