Hello, I created a windows service in visual studio, which consumes a webservice that posted invoices, but when executing I get the following error "dialog box is not open."
I checked all the message, errors and window.open and have the next condition "if not ISSERVICETIER", even then I get the same error.
Suggestions?
Sorry for my English
0
Comments
To enable RTC to show popups and avoid them in web services you also need to check for GUIALLOWED:
IF GUIALLOWED THEN BEGIN
// Code running either in classic or RTC client
IF ISSERVICETIER THEN
// Code running in RTC client
ELSE
// Code runing in classic client
END ELSE
// Code running from NAS or Web Service
IF ISSERVICETIER THEN
// Code running from Web Service
ELSE
// Code running from NAS
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n