how to insert image jpg/bmp file in tally tdl

Discussion in 'Tally Developer' started by kamal, Jul 18, 2012.

    
  1. kamal

    kamal Member


    dear experts

    pls tell me how to insert image jpg/bmp file in tally tdl
     


  2. admin

    admin Administrator Staff Member


    1. You can display images in Part Level only by adding the below Attribute at part level

    Graph Type: "Image Path "

    Ex:

    [Part: VCSJDP Header PartA2]
    Lines: EXPINV Logo
    Graph Type: "C:\logo\test.bmp"
    Height: 50 mms
    Width: 50 mms
     
    Ras Raj and Sahil Singh like this.


  3. G Vijay

    G Vijay Member


    [part : logopath]
    width : 15% page
    graph type : ##logopath
    lines : logo line

    [line : logo line]
    fields : logo field

    [field : logo field]
    set as : " "
    Align : Center
     
    Sahil Singh likes this.



  4. it is not working with tally erp 9 release 1.6
     


  5. Dhanapal Amulraj

    Dhanapal Amulraj New Member


    Hi Experts!
    Only Fixed length Images only loading in Tally
    i want to show 1365 * 2139 Pixels Image
    Is it possible????
     



  6. Dear Sir,

    I have tally 1.6 Version so, how can i put the image after inserting your code i am not able to assign image path assign option..
     


  7. Nur Mohammed

    Nur Mohammed Member


    This code is only use to upper from Tally ERP9 Release 3.00
     


  8. dkp_jal

    dkp_jal Member


    I have Tally.erp 9 v 1.1,
    In this i also want to add image in SALE INVOICE customization.
    Plz Help how can I add Image.
    Give Detail.
     


  9. Nur Mohammed

    Nur Mohammed Member


    For this you need to make a font with that logo using font creator software. then keep that font in control panel > Fonts Folder and writ some code in tdl.
     


  10. ahmed rishali

    ahmed rishali Member


    how can i change the font color,
    cod for color please
     


  11. Dhanapal Amulraj

    Dhanapal Amulraj New Member


    hi ahmed.
    you can use color property in the field level
    [FIELD : info]
    set as : "Name"
    color : BLUE

    cheers,
    Dhanapal Amulraj
     



  12. make below code some ware in coding and use color: Blue in your field

    [Color:Blue]

    RGB : 0, 0, 255

    [Color:Deep Cobalt Blue]

    RGB : 0, 4, 189

    [Color:Royal Blue]

    Shade: 240, 0, 50
     


  13. ahmed rishali

    ahmed rishali Member



  14. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    How can we add image printing for a Particular company based on conditions, I am using one logical field to check wthether is to print with Logo or Not,
    Based on that field's value i want to control printing of Image???
     


Share This Page