Problem in creating Automation

deepthi.vdeepthi.v Member Posts: 62
Hi All,

I want to create the automation Microsoft Project 12.0 Object Library.But when Creating the automation As

Var1 is the Automation datatype;

If isclear(var1) then
create(var1) ;

it is giving an error as

This message is for C/AL programmers:
Could not create an instance of the OLE control or automation identified by
GUID={a7107640-94DF-1068-855E-00DD01075445)4.6:{00020B01-0000-0000-C000- 000000000046}:'Microsoft Project 12.0 Object Library'.PROJECTS.
Check the OLE or Automation Server is correctly installed and registered.

How can we create this automation.....
please suggest me........



Thanks$Regards,
Deepu.

Comments

  • garakgarak Member Posts: 3,263
    u must start with the Class APPLICATION. This you create. Then you the other classes you define like:

    MSProjProjects := MSProjApp.Projects(); // is an example the class Projects doesn't exist there.
    Do you make it right, it works too!
  • deepthi.vdeepthi.v Member Posts: 62
    Hi garak,

    Thanks for the reply..

    It is working fine .
    I am having the test project in ms project.How can i add the test project and get the data from ms project to nav.


    Thanks,
    Deepu.
Sign In or Register to comment.