create line in debtors outstanding report using TDL

Discussion in 'Requests' started by Umesh s vaghela, Jun 29, 2012.

    

  1. please can any one tell me how to add lines in debtors outstanding report using TDL how modify this report please help !!!!
     


  2. Gunasekaran

    Gunasekaran Member


    Send your Requirement and source code in *****[ We are not encouraging personal mail Ids - Admin]

    Share your code here.. You will get good solution from lot of people
     



  3. i wand the borders show only after press button and ctrl + L please suggest me how to write a code for that

    ;;ganeshay namah
    [#Form: Bills Outstanding]
    Add : Button : Showlines

    [Button: Showlines]
    Title : Print Lines
    Key : Ctrl+L

    [#Line: BILL Detail]
    Border : Thick Top Bottom : $$inprintmode
    ;;end of file
     


  4. Ritesh Mehta

    Ritesh Mehta New Member


    Dear Umesh,

    Try as per bellow code, Hope you get solution

    ;; Sri Ganeshji : Sri Balaji : Sri Pitreshwarji : Sri Durgaji : Sri Venkateshwara
    ;; Sri Mahavir Swami : Sri Kuber Bhandari : Sri Ghantakarna Vir

    ;;----------------------------------------------------------------------------------------------
    ;; New Variable Added in Bills Receivable Report
    ;;----------------------------------------------------------------------------------------------
    [#Report : Bills Receivable]
    Variable : ShowRiteshLines
    Set : ShowRiteshLines : No

    ;;----------------------------------------------------------------------------------------------
    ;; Option and Button added in Bills Outstanding Report
    ;; This New option "Ram" enabled only if variable ShowRiteshLines is enabled
    ;;----------------------------------------------------------------------------------------------
    [#Form : Bills Outstanding]
    Option : Ram : ##ShowRiteshLines
    Add : Button : Ritesh

    ;;----------------------------------------------------------------------------------------------
    ;; Option Which added in Bills Outstanding starts now
    ;; In this option we set Border for Line Bill Details
    ;;----------------------------------------------------------------------------------------------
    [!Form : Ram]
    Local : Part : BILLBody : Local : Line : BILL Detail : Border : Thin Bottom

    ;;----------------------------------------------------------------------------------------------
    ;; Button : In button we give Variable for Print Lines & Don't Print Lines
    ;;----------------------------------------------------------------------------------------------
    [Button : Ritesh]
    Key : F7
    Title : if ##ShowRiteshLines then $$LocaleString:"Don't Print Lines" else $$LocaleString:"Print Lines"
    Action : Set : ShowRiteshLines : NOT ##ShowRiteshLines

    ;;----------------------------------------------------------------------------------------------
    ;; Variable
    ;;----------------------------------------------------------------------------------------------
    [Variable : ShowRiteshLines]
    Type : Logical
    Volatile : No

    If you can't get solution kindly post your query again here.
    Ritesh Mehta
     



  5. Thank you sir i got it
     


  6. pvctank

    pvctank New Member


    sir,

    how to add lines in sundry debtors list

    thanks
     


  7. pvctank

    pvctank New Member


    sir,

    how to add lines in sundry debtors list

    thanks
     


  8. anish

    anish Member


    Can you Help me in this
    http://www.tdlexperts.com/index.php?threads/how-to-make-this.3653/
     


  9. pvctank

    pvctank New Member


    Thanks Anish, but above code is not wrking in sundry debtors
     


Share This Page