Taking values back from OCX

acioacio Member Posts: 24
Hi, all

can anybody help:
we need to take back values from OCX. How can we do it? Is it possible?
In Navision we see properties and methods but not getters and setters.

Thanks in advance

Comments

  • kinekine Member Posts: 12,562
    Than the OCX is not comatible with NAV. Not every OCX can be used. You are limited by data types and the interface. If there areno functions to read what you need, than there is no way to read them. You can create wrapper automation which will make the properties accessible from NAV if they are accessible in Visual studio (it means creating Automation DLL, which will use the OCX and will implement the OCX interface in a way, that NAV will be able to use it).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.