Little problem in Linking Report with Web Part

naimish_hitnaimish_hit Member Posts: 111
edited 2011-07-02 in Navision e-Commerce
Hi,

I am trying to open one report from web part and I have set Action for it.

But in sharepoint I am getting this error while executing report


Navision error (10500): This message is for C/AL programmers: This Automation variable has not been instantiated. You can instantiate it by either creating or assigning it.

What cause this error?

Regards,

Naimish Dave
Naimish Dave
(Software Engineer)

Comments

  • PhennoPhenno Member Posts: 630
    your variable is not created properly... or "instanciated".

    first, you have to do CREATE(variable_name) before any referencing to that variable.
  • naimish_hitnaimish_hit Member Posts: 111
    Hi,

    I have done it, I forget to mention table no :)

    Thanks,

    With Best Regards,

    Naimish Dave
    Naimish Dave
    (Software Engineer)
  • charu_ahujacharu_ahuja Member Posts: 1
    Hi,

    Can you please explain where you have declared that variable.


    Thanks in advance
  • vijay_gvijay_g Member Posts: 884
    Hi,
    Can you please explain where you have declared that variable.
    Thanks in advance

    first, you have to do CREATE(variable_name) before any referencing to that variable.
Sign In or Register to comment.