Not Able to run forms and tables

mkpjsrmkpjsr Member Posts: 587
Hi all,

I am not able to run tables with ID: 50001 & 50002, also i am not able to run forms having Id: 50010, 50011,50012

Our earlier license was having the granules name:
7150 Form and Page Designer (includes 10 Pages & Forms) 1
and we have purchase 2 additional granules:
7800 Forms and Pages (each) 10
8200 Tables (10) 10

What is the problem with the license.

Comments

  • rhpntrhpnt Member Posts: 688
    It often (to often) occurs that the license doesn't include the rights to objects stated in the info window. Use some license viewer app. (download section) to check on yours and/or call your NAV partner to correct that.
  • mkpjsrmkpjsr Member Posts: 587
    rhpnt wrote:
    It often (to often) occurs that the license doesn't include the rights to objects stated in the info window. Use some license viewer app. (download section) to check on yours and/or call your NAV partner to correct that.

    Hi
    thanx for the reply but while opening the license file i am getting an error. I am attaching the screen shot.
  • rhpntrhpnt Member Posts: 688
    Use this simple form and filter the objects by type and "from" >=50000 and "to" <1000000.
    OBJECT Form 50000 License
    {
      OBJECT-PROPERTIES
      {
        Date=15.11.10;
        Time=18:55:51;
        Version List=NRH;
      }
      PROPERTIES
      {
        Width=10050;
        Height=6710;
        CaptionML=[FRA=Licence;
                   DEA=Lizenz];
        TableBoxID=1000000000;
        SourceTable=Table2000000044;
        SourceTableView=WHERE(Object Type=FILTER(Table..Codeunit));
      }
      CONTROLS
      {
        { 1000000000;TableBox;220 ;220  ;9610 ;5500 ;HorzGlue=Both;
                                                     VertGlue=Both }
        { 1000000001;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Object Type" }
        { 1000000002;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000001;
                                                     InColumnHeading=Yes }
        { 1000000003;TextBox;0    ;0    ;1700 ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr=Index }
        { 1000000004;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000003;
                                                     InColumnHeading=Yes }
        { 1000000005;TextBox;0    ;0    ;1700 ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr=From }
        { 1000000006;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000005;
                                                     InColumnHeading=Yes }
        { 1000000007;TextBox;0    ;0    ;1700 ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="To" }
        { 1000000008;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000007;
                                                     InColumnHeading=Yes }
        { 1000000009;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Read Permission" }
        { 1000000010;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000009;
                                                     InColumnHeading=Yes }
        { 1000000011;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Insert Permission" }
        { 1000000012;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000011;
                                                     InColumnHeading=Yes }
        { 1000000013;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Modify Permission" }
        { 1000000014;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000013;
                                                     InColumnHeading=Yes }
        { 1000000015;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Delete Permission" }
        { 1000000016;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000015;
                                                     InColumnHeading=Yes }
        { 1000000017;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Execute Permission" }
        { 1000000018;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000017;
                                                     InColumnHeading=Yes }
        { 1000000019;CommandButton;2790;5940;2200;550;
                                                     HorzGlue=Right;
                                                     VertGlue=Bottom;
                                                     Default=Yes;
                                                     PushAction=LookupOK;
                                                     InvalidActionAppearance=Hide }
        { 1000000020;CommandButton;5210;5940;2200;550;
                                                     HorzGlue=Right;
                                                     VertGlue=Bottom;
                                                     Cancel=Yes;
                                                     PushAction=LookupCancel;
                                                     InvalidActionAppearance=Hide }
        { 1000000021;CommandButton;7630;5940;2200;550;
                                                     HorzGlue=Right;
                                                     VertGlue=Bottom;
                                                     PushAction=FormHelp }
      }
      CODE
      {
    
        BEGIN
        END.
      }
    }
    

    Change the form ID before import to your needs.
  • mkpjsrmkpjsr Member Posts: 587
    rhpnt wrote:
    Use this simple form and filter the objects by type and "from" >=50000 and "to" <1000000.
    OBJECT Form 50000 License
    {
      OBJECT-PROPERTIES
      {
        Date=15.11.10;
        Time=18:55:51;
        Version List=NRH;
      }
      PROPERTIES
      {
        Width=10050;
        Height=6710;
        CaptionML=[FRA=Licence;
                   DEA=Lizenz];
        TableBoxID=1000000000;
        SourceTable=Table2000000044;
        SourceTableView=WHERE(Object Type=FILTER(Table..Codeunit));
      }
      CONTROLS
      {
        { 1000000000;TableBox;220 ;220  ;9610 ;5500 ;HorzGlue=Both;
                                                     VertGlue=Both }
        { 1000000001;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Object Type" }
        { 1000000002;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000001;
                                                     InColumnHeading=Yes }
        { 1000000003;TextBox;0    ;0    ;1700 ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr=Index }
        { 1000000004;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000003;
                                                     InColumnHeading=Yes }
        { 1000000005;TextBox;0    ;0    ;1700 ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr=From }
        { 1000000006;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000005;
                                                     InColumnHeading=Yes }
        { 1000000007;TextBox;0    ;0    ;1700 ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="To" }
        { 1000000008;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000007;
                                                     InColumnHeading=Yes }
        { 1000000009;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Read Permission" }
        { 1000000010;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000009;
                                                     InColumnHeading=Yes }
        { 1000000011;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Insert Permission" }
        { 1000000012;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000011;
                                                     InColumnHeading=Yes }
        { 1000000013;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Modify Permission" }
        { 1000000014;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000013;
                                                     InColumnHeading=Yes }
        { 1000000015;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Delete Permission" }
        { 1000000016;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000015;
                                                     InColumnHeading=Yes }
        { 1000000017;TextBox;0    ;0    ;550  ;0    ;ParentControl=1000000000;
                                                     InColumn=Yes;
                                                     SourceExpr="Execute Permission" }
        { 1000000018;Label  ;0    ;0    ;0    ;0    ;ParentControl=1000000017;
                                                     InColumnHeading=Yes }
        { 1000000019;CommandButton;2790;5940;2200;550;
                                                     HorzGlue=Right;
                                                     VertGlue=Bottom;
                                                     Default=Yes;
                                                     PushAction=LookupOK;
                                                     InvalidActionAppearance=Hide }
        { 1000000020;CommandButton;5210;5940;2200;550;
                                                     HorzGlue=Right;
                                                     VertGlue=Bottom;
                                                     Cancel=Yes;
                                                     PushAction=LookupCancel;
                                                     InvalidActionAppearance=Hide }
        { 1000000021;CommandButton;7630;5940;2200;550;
                                                     HorzGlue=Right;
                                                     VertGlue=Bottom;
                                                     PushAction=FormHelp }
      }
      CODE
      {
    
        BEGIN
        END.
      }
    }
    

    Change the form ID before import to your needs.

    Hi, thanx for the reply but after filtering the objects as you said i am not able to view any of my tables or forms. what is the reason??
  • rhpntrhpnt Member Posts: 688
    If by "my" you mean objects you bought then I'm right about the fact that they aren't included in the license. Call your NAV partner (or MS directly) to fix it.
  • matttraxmatttrax Member Posts: 2,309
    Your objects have to be assigned to specific IDs in the license. Sometimes they do not do this automatically. Your partner will have to contact Microsoft to have a new license issued to you with the appropriate rights to those objects.

    Essentially, right now your license says that you can have 100 objects, but doesn't tell you which 100 they are.
Sign In or Register to comment.