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
0
Answers
you have to rename it to some other name and try..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
thanks.