Online Image to Tally

Discussion in 'Free Source Codes' started by HVPatel, May 28, 2013.

    
  1. HVPatel

    HVPatel Active Member


    Code:
    ;; This code useful for New Addons or Tally Updates, with uploaded image into own website.
    ;; User get updates with just one click/enter within tally, without going to website.
    [#Menu: Gateway of Tally]
        Add: Item: Our Product : Display: Our Product
    [Report: Our Product]
        Form: Our Product
        [Form: Our Product]
            Part: Our Product
    [Part: Our Product]
        Line        : OurproductLine
        Height              : 55% Screen
        Width        : 87% SCreen
        Space Left    : 1% Screen
        Space Right    : 1% Screen
        Image        : OurproductImage
     
    [Resource:    OurproductImage]
    ;; Change image link as your own., it must be available & correct.
        Source            : "http://www.tallysolutions.com/website/images/banners/download-inner-banner.jpg" ;;"C:\winter.jpg"
        Resource Type    : jpeg
     
    [Line: OurproductLine]
        Field: OurProduct
        [Field: OurProduct]
        Set as: ""
     
    hitarth and Pritam Krishna like this.


  2. Ranjani

    Ranjani New Member



    Showing Error for the image path which is available. what is the reason?
    shall I give the method name as the source?
     


  3. HVPatel

    HVPatel Active Member


    Please Remove " " from path.
    Thanks & Regards
     



  4. [Function: WElCome2]
    00 : DISPLAY :Welcomescreen
    [Report:Welcomescreen]
    Form:myfrm
    [Form:myfrm]
    Part: imgpart
    [Part: imgpart]
    Lines : ImgPartLine
    Graph Type : "D:\Logo\Welcome.jpg"
     


  5. kamal

    kamal Member


    hi sir
    how to make online image view timedout if no internet connection or maybe slow
     


Share This Page