It looks like you're new here. Sign in or register to get started.
IsOCXDLLInstalled(ptxtRegistryName : Text[100];ptxtVersion : Text[30]) : Boolean lrecAutServers.SETRANGE(Name,ptxtRegistryName); lrecAutServers.SETRANGE(Version,ptxtVersion); EXIT(lrecAutServers.FINDSET(FALSE,FALSE));
Comments
The table is still there. What do you mean it's not supported anymore?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
So suppose if you have any code like this where we are checking something in table Automation
it works allright in the classic client, but when the same code is called from RTC Page, you will get this error:
"Table 2000000046 is not available and cannot be opened"
And just to double check, open codeunit AttachmentManagement, see function UseComServer and read the commented out code
// 5.1 do not support Automation Server table. We assume that MS Word is installed and has a valid version
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
that code is getting transformed to my page, so i can:
a) add something in coderules that will not transform that code
b) or easy way just delete that code from the page itself.
But i am still confused.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.