Options

Using Dialog in RTC

mrigyamrigya Member Posts: 124
edited 2009-11-02 in NAV Three Tier
Hi All,

I am using Dialog datatype in a page
Window.OPEN(Text201,PDCDate);
Window.INPUT(1,PDCDate);
Window.CLOSE;

variable declared is global not local.
while executing the page, RTC giver error for
Obselete function
.
If anybody came across the problem , please write.

Thanks in advance.
Mrigya

Comments

  • Options
    munib00munib00 Member Posts: 29
    Window.INPUT is not supported by RTC.
    You should aviod using it. You should try to rethink your solution using a form.
Sign In or Register to comment.