pl help in this code

Discussion in 'Requests' started by psjain_jal, Aug 30, 2012.

    
  1. psjain_jal

    psjain_jal Member


    i am new tdl , i have perpared one tdl for new fonst & colour it was not working with tally erp 9 rel 3.61. i have atteched the code
    Code:
    [Menu:#Gateway of Tally]
        Add: Item: Font Styles, Colors: Display: rptMyReport
     
    [Report : rptMyReport]
        Form : frmMyForm
     
    [Form : frmMyForm]
        Space Top:2
        Space Bottom: 2
        Part : prtMyPart
        Height: 50% screen
        Width: 50% screen
     
    [Part : prtMyPart]
        Line : lnMyLine1
        Line : lnMyLine2
        Line : lnMyLine3
        Line : lnMyLine4
        Line : lnMyLine5
        Line : lnMyLine6
        Line : lnMyLine7
        Bottom Line: lnMyLine8
     
    [Line: lnMyLine1]
        Field : My Field1
     
    [line : lnMyLine2]
        Field : My Field2
     
    [line : lnMyLine3]
        Field : My Field3
     
    [line : lnMyLine4]
        Field : My Field4
     
    [line : lnMyLine5]
        Field : My Field5
     
    [line : lnMyLine6]
        Field : My Field6
     
    [line : lnMyLine7]
        Field : My Field7
     
    [line : lnMyLine8]
        Field : My Field8
     
    [Field: My Field1]
        Space Left: 5
        Space Right: 5
        Set as: "This line is BOLD"
        Style: styMyStyle1
     
    [Field: My Field2]
        Space Left: 5
        Space Right: 5
        Set as: "This line is Italics"
        Style: styMyStyle2
     
    [Field: My Field3]
        Space Left: 5
        Space Right: 5
        Set as: "This line is BOLD and ITALICS"
        Style: styMyStyle3
     
    [Field: My Field4]
        Space Left: 5
        Space Right: 5
        Set as: "This line is right-aligned"
        Width:60
        Alignment:Right
     
    [Field: My Field5]
        Space Left: 5
        Space Right: 5
        Set as: "This line is center-aligned"
        Width:60
        Alignment:Center
     
    [Field: My Field6]
        Space Left: 5
        Space Right: 5
        Set as: "This line is left-aligned"
        Width:60
        Alignment:left
     
    [Field: My Field7]
        Space Left: 5
        Space Right: 5
        Set as: "This line appears in Red color with Yellow Background"
        Background: Yellow
        Color: Red
     
    [Field: My Field8]
        Space Left: 5
        Space Right: 5
        Set as: "This line appears at bottom in 15-pt font size"
        Style: styMyStyle4
       
     
    [Style: styMyStyle1]
        Font: Verdana
        Bold: Yes
        Height: 10
     
    [Style: styMyStyle2]
        Font: Verdana
        Italic: Yes
        Height: 10
     
    [Style: styMyStyle3]
        Font: Verdana
        Bold: Yes
        Italic: Yes
        Height:10
     
    [Style: styMyStyle4]
    ;;    Font: Verdana
    ;;    Height:15
    
     


  2. admin

    admin Administrator Staff Member


    [Menu:#Gateway of Tally]
    Add: Item: Font Styles, Colors: Display: rptMyReport


    Change To:
    [#Menu:Gateway of Tally]
    Add: Item: Font Styles - Colors: Display: rptMyReport


     


  3. psjain_jal

    psjain_jal Member


    it gives error contact tally solutions
     


  4. admin

    admin Administrator Staff Member


    Better Attach your code as Attachment
     


  5. psjain_jal

    psjain_jal Member


    next time i will be atteched the code. but what about this code?
     


  6. HVPatel

    HVPatel Active Member


    Try This
     

    Attached Files:



  7. psjain_jal

    psjain_jal Member


    it was not working it only show the windows i wanted to apply in sales invoice printing & receipts printing, etc
    pl help me.
     


  8. psjain_jal

    psjain_jal Member


    its not working, its only shows the window in which this line was bold. But i wanted to apply in printing of sales, receipts, etc.... pl help me
     


  9. admin

    admin Administrator Staff Member


    This forum is help you to develop the Code by your self. We have already provided sample codes. Please check that first.

    If you to change the font globally, In Tally shop you have already Module called - Font Change Developed by B E Solutions. Please purchase that.
     


Share This Page