Need help enable the system date tdl using logical function

Discussion in 'Free Source Codes' started by Sathish@86, May 22, 2019.

    
  1. Sathish@86

    Sathish@86 New Member


    [#Menu: Gateway of Tally]

    Add: Button: B1


    [Key:B1]
    Title: "Add-On"
    Key: Alt+B
    Action: Alter: TallyAddon


    [Report: TallyAddon]
    Object:company
    Form: TallyAddonMainForm

    [Form: TallyAddonMainForm]
    Height: 80% Page
    Width: 80% Page
    Part: TallyAddonMainForm

    [System: Formula]

    tallysysDate1 : $TallySysDate:Company:##svcurrentcompany



    [!Report: RT_SS_Voucher]

    Option : RT_SS_Voucher : @@TallySysDate1


    [Field: RT_SS_Voucher]

    Delete : Set : VARVchDate : If @@InCopyMode then $Date else ##SVCurrentDate
    Add : Set : VARVchDate : $$MachineDate






    ;;**********************************************************;
    ;;******************

    [Part: TallyAddonMainForm]
    Line: TallyAddonSysDate


    [Line: TallyAddonSysDate]

    Field : Long Prompt, VType SysDate
    Local : Field : Long Prompt : Set as : "1. Enable System As Voucher date ?"
    Local : Field : Long Prompt : Width: 40% Page



    [Field : VType SysDate]

    Use : Logical Field
    Storage : TallySysDate
    Set As : $$Value
    Modifies: TallySysDate
    Set Always : Yes




    [System: UDF]
    TallySysDate : Logical: 40001
     


  2. teja varma

    teja varma Active Member


    i think it problem with the storage
    try storing the udf in company object
    and access the value $TallysysDate:Company:##SVCurrentCompany
    based on that you can generate report
     


  3. sathish020

    sathish020 New Member


    again same problem showing
     


  4. udaya

    udaya Active Member


    Dear experts
    Need Print Inclusive of Rate Coloum On Sales Invoice
     

    Attached Files:



  5. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Off Topic
    Solution Already Provided
    Please Search in Related thread first.
     


  6. teja varma

    teja varma Active Member


    please attach your txt file i will try to help you
     


  7. sathish020

    sathish020 New Member


    Problem solved

    thanks for Co-operation
     


  8. Nihal

    Nihal New Member


    Can I get a copy of this source code? Thank you.
     


  9. Ambadas Yemul

    Ambadas Yemul New Member


    Dear Sir,
    Please This File Convert the TallyPrime
     

    Attached Files:



Share This Page