Hi!
My question is connecting to Reject work in Page - Manager Time Sheet (952). When you Reject work, I'm want to visit dialog window, when you write the reason for rejected work. But have big problem in Web Client, this library not supported in NAV 2017 and NAV 2013 only work client. With what I can replace it? Thank you so much!
I'm use this for reject:
Window - Microsoft.VisualBasic.Interaction.'Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
IF NOT GUIALLOWED THEN BEGIN
END ELSE BEGIN
Text000 := Window.InputBox(Text001,Text002,'',100,100);
END;
*This post is locked for comments
I have the same question (0)