Hello,
I am opening a page through code via RUNMODAL function. But the opened page is in VIEW mode and data can not be entered. I need to click the new button in the ribbon which opens a new page in New mode where data can be entered.
Anyone else encountered with this issue?
My Code:
//Couple of SETRANGES
TableRecord.SETRANGE
TableRecord.SETRANGE
PAGE.RUNMODAL(50010, TableRecord);
*This post is locked for comments