Hello, I need to open a page with the ok and cancel buttons and being editable = true by default... but when I invoke the page with the command:
page.lookmode(true);
if page.runmodal:action.lookupOK then
BEGIN
...
END
The page is always not editable and I have to press the edit list button. There is any way to do it editable without having to press this button? Thanks