Invisible Error

Discussion in 'Free Source Codes' started by Anand Sharma, Nov 22, 2018.

    
  1. Anand Sharma

    Anand Sharma Member


    I want to click "Do You Want To Hide Invisible Line?" line on yes on invisible permission report

    but line not invisible on "Invisible Command Report".

    Please Help Me....
    My Code is This With Image :

    [#Menu:Gateway of tally]
    Add:Item:Invisible Permission:Alter:InvisiblePermission
    Add:Item:Invisible Command Report:Alter:Invisible Line

    [Report:InvisiblePermission]
    Form:InvisiblePermission
    Object:Company

    [Form:InvisiblePermission]
    Part:InvisiblePermission

    [Part:InvisiblePermission]
    Line:InvisiblePermission

    [Line: InvisiblePermission]
    Fields : Medium Prompt, InvisiblePermission
    Local : Field : Medium Prompt : Info : $$LocaleString:"Do You Want To Hide Invisible Line?"
    Space Top : 0.4

    [Field: InvisiblePermission]
    Use : Logical Field
    Modifies: InvisiblePermission
    Storage : InvisiblePermission

    [Variable: InvisiblePermission]
    Type : Logical
    Persistent : Yes

    [System:UDF]
    InvisiblePermission:Logical:10001




    [Report:Invisible Line]
    Form:Invisible Line

    [Form:Invisible Line]
    Part:Invisible Line

    [Part:Invisible Line]
    Line:Invisible Line

    [Line:Invisible Line]
    Field:Invisible Line
    Invisible : NOT #InvisiblePermission

    [Field:Invisible Line]
    Info:"Line Will Be Invisible"
     

    Attached Files:



  2. Lynch

    Lynch Member


    points you need to consider is

    1. You cannot make invisible the one and only line of a part. A part should have atleast one visible line or part(part within the part).
    2. you need to know about the scope of a variable. scope of the variable is available within the report in which it was declared. if you want to use variable through out various reports, you need to declare as system:variable(global variables
     

    Attached Files:



  3. Anand Sharma

    Anand Sharma Member


    Lynch Thanks For Replay....
    But Line is working if add any key like hyperlink ....
    i want disable line ...
     


  4. Lynch

    Lynch Member


    if you want to disable the line, pehele, you need to set the command line in the report "InvisiblePermission" as no. uski baat try access the "invisibleline" report either from menu or from key or from hyperlink. it will certainly be disabled
     


  5. svn

    svn Member


    hi sir,
    can you please send code for change the key for ctrl + a into ctrl + g. in all voucher entry screen.

    thanking you sir
     


Share This Page