Options

this message is for C/L programmers

LeshabelaLeshabela Member Posts: 35
Compliments to all.

on the purchase and payables, i'm creating a Requisition Worksheet and
after that i need to create an order.

steps
fill all the infomation in the requisition, choose carry out action message from fuction button.

immeadiately after i click OK in carry out action msg. requisition report, it says the Could not create an instance of OLE control or Automation Server identified by GUID gives the address of the OLE control
Unknown Automation.Unknown Class
check if the Server is installed or registered.

question
i've opened the forms and report i thought i could find an instanse of Automation, but could no.

where can i locate the error and fix it.

thans in advance.
Learning Never End.

Comments

  • Options
    randrewsrandrews Member Posts: 135
    May be you forgot to put Automation Server? In global variables?
    If it puting, then may be corrupted Microsoft Object Library?
  • Options
    kinekine Member Posts: 12,562
    If you know the GUI, then you can search on internet what it is...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    janpieterjanpieter Member Posts: 298
    2 options:

    1. maybe the debugger can help you.
    2. make a text export of the objects and search for automation variables in there. Sometimes code is hidden somewhere in a local procedure.
    In a world without Borders or Fences, who needs Windows and Gates?
  • Options
    LeshabelaLeshabela Member Posts: 35
    the solution to my problem is, i installed the client again.
    Learning Never End.
Sign In or Register to comment.