Unknown OCX

mikmad
mikmad Member Posts: 4
Hi everybody,

I have imported one codeunit from database 2.6 to database 4.0. In this codeunit is one OCX variable.
When I want to make some changes in this codeunit, Navision give me a error message.
When I export this CU to txt file, there I can see only:
OCX "{92321AE7-8B32-4FDC-97D1-159F96E9B7F3}:''";

How can I found correct OCX for this number?

Comments

  • Saint-Sage
    Saint-Sage Member Posts: 92
    Open up the global variables section on the 2.6 machine and see what it is :wink:

    No one loves you like the one who created you...
  • easabangan
    easabangan Member Posts: 114
    Do the computer unit you are using is the same?

    If not do the following :

    Search in the registry editor of the unit of the database 2.6, the values you have given.

    92321AE7-8B32-4FDC-97D1-159F96E9B7F3

    There you can see the name of that OCX that is registered to that computer.
    No future at CPI
  • IrishGiri
    IrishGiri Member Posts: 61
    Hi, I'm just wondering is it possible to use Microsoft Project 2003 as an automation server to create and display GANTT charts from within Navision? I know it's possible to create and display Excel charts from within Navision using MS Excel as an automation server. Has anybody tried to create GANTT charts with Project from Navision like this?

    Thanx,
    Paul.
  • mikmad
    mikmad Member Posts: 4
    easabangan wrote:
    Do the computer unit you are using is the same?

    If not do the following :

    Search in the registry editor of the unit of the database 2.6, the values you have given.

    92321AE7-8B32-4FDC-97D1-159F96E9B7F3

    There you can see the name of that OCX that is registered to that computer.

    Thank you for your answer, but I don't understand. Please write me more details.
    Thank you very much