Options

Importing objects as a textfile

RoelofRoelof Member Posts: 377
Hi,

I'm getting an error when I try to import an objectset as a textfile.
I exported some objects as a textfile and tried to re-import it. I'm getting an error: 'Control ID 1000000000 was used.'. It gave me a line number where to look at but I have no idea what might be the cause.

Any help is welcome.

Thanks,

Roelof de Jong.
Roelof de Jonghttp://www.wye.com

Comments

  • Options
    RoelofRoelof Member Posts: 377
    I need to say that I did some modifications. But I have no idea why it is related to ID 1000000000.

    Please help me out.

    Thanks,
    Roelof de Jong.
    Roelof de Jonghttp://www.wye.com
  • Options
    kinekine Member Posts: 12,562
    If you search in the object on which the line no. points for the ID, you can see that it was used for two variables or controls. You must renumber one of the control (in the error you can see name of the one var or control which is using this ID)... the ID can be used only once (on global level)...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    sggsgg Member Posts: 109
    In the Text File, using a Text Editor Search for 1000000000. You will find out that there are at least TWO(2) Controls Reffered to Using the ID.

    Change the ID of one of them to a new number that is not used yet
    (1000000999 say).
    Sunday, Godwin G
Sign In or Register to comment.