Is it possible to capture System Date, IP Address, MAC Address, Serial Number, Account ID, etc.?

Discussion in 'Tally Developer' started by admin, Mar 16, 2013.

    
  1. admin

    admin Administrator Staff Member


    All the system related information like IP address, MAC Address, Serial Number, etc. can be retrieved from a built-in function SysInfo by specifying the relevant parameters.

    Syntax


    $$SysInfo:<Parameter>

    Where


    <Parameter> can be any one of the following:

    ApplicationPath, CurrentPath, SystemDate, SytemTime, SystemTimeHMS, SystemName, IsWindows, WindowsVersion, WindowsUser, IPAddress, MACAddress
    For Example,
    $$SysInfo:MachineName
    For more information on details of each parameter, please refer the document on TDL Enhancements.
     


  2. rr_r

    rr_r New Member


    Dear Sir,

    Can U help me how Export TALLY SUBSCRIPTION RENEWAL DETAILS like using XML HTTP Request using C#.
     


Share This Page