Set tdl expiry date

Discussion in 'Requests' started by Ashique, Oct 24, 2018.

    
  1. Ashique

    Ashique New Member


    How to set tdl expiry date??
     


  2. drive

    drive Active Member


    Buy developer licence add in try mode
     
    Ashique likes this.


  3. mpal2311

    mpal2311 Active Member


    Use this in txt file
    Empty:$$Machinedate>=$$Date:"31-03-2019"
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    unless you compile the file...........any code will not work....... coz people with basic TDL knowledge will edit the file and change the dates.
     
    nasir and Ashique like this.


  5. nasir

    nasir Member


    how Can we hide this syntax in code
    thanks
     


  6. Bipin Damania

    Bipin Damania Active Member


    Where & How to use this in TxT file ?
     


  7. mpal2311

    mpal2311 Active Member


    example

    [#Form : Salescolor]

    Delete : Print
    Add : Print : GST Invoice
    [Report : GST Invoice]
    Form : GST Invoice
    Use : Voucher
    [Form : GST Invoice]

    Empty:$$Machinedate>=$$Date:"31-03-2019"

    <rest codes>
     


  8. Bipin Damania

    Bipin Damania Active Member


    Dear Sir

    I tried this but not working..

    Please guide
    Code:
    [#Menu : Gateway of Tally]
        Add : Item    : "Z : My Day Book" : Display : MyVoucherReport
    
    
    [Report : MyVoucherReport]
        Form      : MyVoucherReport
        Object     : Voucher       ;: $$SPrintF:@@VCHMasterID:1
        Variable : ExplodeFlag
        Set         : ExplodeFlag : No
       
    [Form : MyVoucherReport]
        Width    : 100% Page
        Height    : 100% Page
        Part    : MyVoucherPart
        Button  : Print Button, Export Button, Mail Button
        Button    : ExplodeFlag, Change Period, Change Company
        Bottom Button    : Inv Reports, Acct Reports, Filter Button
        Bottom ToolBar Button    : BottomToolBarBtn3, BottomToolBarBtn4, BottomToolBarBtn5, BottomToolBarBtn6, +
                                  BottomToolBarBtn7, BottomToolBarBtn8, BottomToolBarBtn9, BottomToolBarBtn10, +
                                  BottomToolBarBtn11, BottomToolBarBtn12
        Empty   : $$MachineDate>=$Date:"31-03-2018"
        
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Please explain...wot u r trying to do???

    u want the report to be empty if date is greater then specified date? OR remove entries which are lesser than date....

    As per above code....wot are u getting the result?
     


  10. Bipin Damania

    Bipin Damania Active Member


    Amitji

    Wont show Report if Machine Date is Less then or equal to mentioned Date
     


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    as per code..... IF ..... Empty : $$MachineDate>=$Date:"31-03-2018" ..... it will not show if date is above 31-03-2018. If your date is prior, then it will.
     


Share This Page