Hi All,
From the customized page we are calling one new Report from there we are calling New CU here.,
we are inserting two records in T81, T81 is taken as Global Variable.
After inserting the records we are running Page 255(Cash Receipt Journal).
The page is running but, a strange error is coming.
The below is the Error
Microsoft Dynamics NAV
Page is not open.
Page View - Cash Receipt Journal - STANDARD ∙ TESTCASH ∙ 10000 must close.
OK
After this page is closing
Please give me suggestions...
0
Comments
I am not sure, try to use commit after insert (Insert/modify).
Thanks for the Reply..
we already tried with Commit. But, no use..
Thanks For the reply,..
we are not filtering the T81 ..
jus used PAGE.RUN(255)
Can you explain it more briefly. I am not getting your view.
As u said, i kept the messages in OnINIT & OnOpenPage Triggers of the page.
The message from OnInit is only executing. And the Page is opening with an error message.
The Trigger OnOpenpage is Not Executing .
I just tried to run that in a Cronus database and it works fine.