Given Validity

Discussion in 'Tally Developer' started by vishal jayswal, Jun 10, 2013.

    

  1. how can i give the validity of particular TDL.

    For example : current date : 10/06/2013.

    my tdl file will automatically expire on 10/06/2014 and give the message " Please Renew TCP File"
     


  2. admin

    admin Administrator Staff Member


    From 3.6 onwards, this is one of the option in Tally.Developer 9

    Dev.jpg
     


  3. Nirav Merchant

    Nirav Merchant Active Member


    Hi you can use somethiing like following in your TDL

    [System:Formula]
    VRKLic :$$Machinedate>$$Date:"04/03/2013" ;;datewise control
    VRKLicWarn :$$Machinedate>$$Date:"04/03/2013" ;;datewise Warning

    VRKExpiryMsg :"!!! Dear "+$$CmpuserName +"!!! \n Your Trial Period for Demo is Expiring on " + " 04/03/13 "+ "\n . *** Plz contact "+ @@VrkcontactPerson +"***\n to avoid this message"
    VrkcontactCmp: "ur Company name" ;; Mention Contact company here
    VrkcontactPerson: "Ur Contact Details here" ;;Mention the contact person here


    [System: Events]
    ;;------------------------------------------------------
    ;; Cmp Start Event
    ;--------------------------------------------------------

    CmpStartEvent: Load Company: @@VRKLicWarn: CALL: CMPStartFunc

    [Function: CMPStartFunc]

    00: Query box: "!!! DEMO ALERT !!!" +$$newline + @@VRKExpiryMsg : yes
     
    Ras Raj likes this.


Share This Page