Hi guys!
I've a big doubt. I've a page with an action that launches a function. in this function I've the following code lines:
...
IF FORM.RUNMODAL(FORM::"MyForm",MyRecordVar)=ACTION::LookupOK THEN BEGIN
...
End;
...
This page is always opened not editable. to make it editable I've to do Actions -> Edit List.
Now I'm wondering if it's due to the action LookupOk. Have I to change action?
there could be something else doesn't work?
Thx in advance!
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thx Mohana, I try!
It works as expected... More or Less...