SYS INFO

Discussion in 'Free Source Codes' started by rony, Jul 2, 2022.

    
  1. rony

    rony Member


    Dear Experts,
    Yesterday i edit one of old TDL but now it gives error "FUNCTION:SYSINFO" could not find description.
    Where I can find this function and how to solve pl. guide
    Regards.
     



  2. Please check where the $$Sysinfo as you would have used a wrong parameter thats why it might give you the error
    Please put the codes here so can put more light on it...
     


  3. rony

    rony Member


    Dear Sanjay,
    I was changing Style as under,
    [Style : Verdana Italic]

    Font : if $$SysInfo:IsWindows then "Verdana" else "Helvetica"
    Bold : No
    Italic : Yes
    Height : 9

    [Style : Verdana Bold Italic]

    Font : if $$SysInfo:IsWindows then "Verdana" else "Helvetica"
    Bold : Yes
    Italic : Yes
    Height : 9
    but its give error that $$SysInfo coldnot find description. I check TD this function is there but I can not access.
    Please help,
    Regards.
     



  4. the above should work as Sysinfo is there in tally
    $$SysInfo:IsWindows

    but in font it wont be usable as TALLY itself works only on windows and nowhere else.
     


Share This Page