Stock Item Picture

Discussion in 'Free Source Codes' started by JObimon Arackal JOhn, Nov 11, 2013.

    
  1. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member



  2. MANU PARAKKAL

    MANU PARAKKAL New Member



  3. MANU PARAKKAL

    MANU PARAKKAL New Member


    thanks i got right by myself
     


  4. vyadav

    vyadav Member


    Sir I am trying many time but item image not show how is show ???
     


  5. vyadav

    vyadav Member


    Dear Admin

    If i create a stock item image how can is develop , my current path image not show in stock item creation screen
    Please Resolved the error sir ,,,,,

    [#Part: MST Basic]
    Add : Line : At Beginning : Image
    ;Graph Type : ##Image

    [Line : Image]
    Field : Short prompt,Image

    Local : Field : Short Prompt : Set as : "Image"

    [Field : Image]
    Use : name field
    Align: Center
    Storage : LogoPath
    Set as : $LogoPath:Company:##SVCurrentCompany

    [System : UDF]
    LogoPath : String :7800

    [#Part: STKI Basic]
    Add : Right Part : ViewP


    [Part : ViewP]
    Line : ViewP
    Graph Type : $LogoPath:Company:##SVCurrentCompany
    Height : 10
    Width : 30
    Horizontal Align : Center


    [Line : ViewP]
    Field : ViewP


    [Field : ViewP]
    Use:narration field
    Set as : ""
    Color:black
     
    anjan banik likes this.


  6. Raghavendra murthy

    Raghavendra murthy New Member


    Hi its beautiful simple TDL.. salute bro
     


  7. ASW

    ASW New Member


     


  8. ASW

    ASW New Member


    i am trying to use the TDL for Item Pic

    but while loading the tdl i get the error

    "error T00008: could not find original description of Part - ItemPic"

    could you pls help me solve the issue.
     


  9. parvez

    parvez Member


     


  10. parvez

    parvez Member






    dear sir

    i have try this tdl show error

    "item Pic.txt"(18): errror T0008: could not find original discription for Part -'ItemPic'

    plz help sir i need this tdl
     


  11. rekakR

    rekakR New Member


    Can Any One write a code for Stock Item Image in Invoice Print as Explode of Inventory Lines. I tried many times not success still.

    Thanks In advance
     


  12. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


    this is not a free software developing site. This site is meant for helping coders each other.

    First you write a code if you face any problem we help you to rectify it.
     


  13. rekakR

    rekakR New Member


    [#Line:EXPINV InvDetails]
    Add:Explode:MY ImageDisplay

    [Part:MY ImageDisplay]
    Line:my ImageDisplay
    GraphType:"D:\Image.jpg"
    Height:30 mms
    width:20 mms

    [Line:MymageDisplay]
    Field:MyImageDisplay

    [Field:MyImageDisplay]
    Setas:""

    See this is my sample code , can u correct it plz
     


  14. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


    change code to this and try

    Add:Explode:MY ImageDisplay:true
     


  15. rekakR

    rekakR New Member


    No Still I am Not Getting it
     


  16. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


     


  17. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


    [Line:MymageDisplay] spelling error
     


  18. rekakR

    rekakR New Member


    [#Line:EXPINV InvDetails]
    Add:Explode:MY ImageDisplay:True

    [Part:MY ImageDisplay]
    Line:my ImageDisplay
    GraphType:"d:\photo\1001.JPG"
    Height:30 mms
    width:20 mms

    [Line:MyImageDisplay]
    Field:MyImageDisplay

    [Field:MyImageDisplay]
    Setas:""

    I corrected that already see new code Can u check itup plz
     


  19. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


    there may be two possibility.
    1) Exploded part does not support image functions
    2) EXPINV InvDetails has got number of explode options. One of them is overriding your explode code
     


  20. rekakR

    rekakR New Member


    what is the solution?
     


  21. rekakR

    rekakR New Member


    Waiting for your Reply
     


  22. rekakR

    rekakR New Member


    Thank you for all you support , I successed in Stock Item Image Printing in invoice
     


  23. ramkumar.pandian

    ramkumar.pandian New Member


    If u share the code, will be usefull for all
     


  24. rekakR

    rekakR New Member


    Mr. Ramkumar. I couldnt Share the full Code, I can Give you the idea about it. In Invoice Instead of Writing Explode ,
    I done Writing Each InventiryEntries Line as Individual Parts by Using Function
     


  25. ramkumar.pandian

    ramkumar.pandian New Member


    Tks,

    I will try
     


Share This Page