Tdl help needed - i am not able to print msme reg. no in invoice print

Discussion in 'Free Source Codes' started by tejeet, Jul 26, 2019.

    
  1. tejeet

    tejeet Member


    Tdl help needed - i am not able to print msme reg. no in invoice print, so please correct my code, so that i can able to print msme registration no on my invoice, my codes are as follows :-

    [System: UDF]
    [#Part: CMP AccFeat Left]
    Line : my msme

    [Line: my msme]
    Field : Long Prompt, my msme
    Local : Field : Long Prompt : Set as : $$LocaleString:"my msme reg. no."
    Local : Field : Default : Style : Small Bold
    Local : Field : Long Prompt : Style : Normal
    Space Bottom : .20

    [Field : my msme]
    Use: Name Field
    Storage : my msme1
    Width : @@NameWidth

    [System : UDF]
    my msme1 : String: 1020
    [#Part: EXPINV Basicleft]
    Add: Parts: sms1011
    [Part: sms1011]
    Line: EXP INV SubTitle
    Bottom Line : sm1011
    Height : 9 mms
    Border : Full Thin Bottom
    Local : Field : EXPINV SubTitle : Info : "Our Msme Reg. No.:"
    [Line : sm1011 ]
    Field : Name Field
    Local : Field : Name Field :Set As : $my msme1
    Local : Field : Name Field : Width: 0 PAGE



    ;;-------------End List---------------;;
     

    Attached Files:



  2. Ria

    Ria Member


    [#Part: Company MailingDetails]

    Add : Line : my msme

    [Line: my msme]

    Field : Long Prompt, my msme
    Local : Field : Long Prompt : Set as : $$LocaleString:"my msme reg. no."
    Local : Field : Default : Style : Small Bold
    Local : Field : Long Prompt : Style : Normal
    Space Bottom : .20

    [Field : my msme]

    Use : Name Field
    Storage : mymsme1
    Width : @@NameWidth

    [System : UDF]

    mymsme1 : String : 20003

    [#Part: EXPINV Basicleft]

    Add: Parts: sms1011

    [Part: sms1011]

    Line: EXP INV SubTitle
    Bottom Line : sm1011
    Height : 9 mms
    Border : Full Thin Bottom
    Local : Field : EXPINV SubTitle : Info : "Our Msme Reg. No.:"

    [Line : sm1011 ]

    Field : Name Field
    Local : Field : Name Field : Set As : $mymsme1:company:##svcurrentcompany
     
    Frz likes this.


  3. isri

    isri New Member


    [System: UDF]
    [#Part: CMP AccFeat Left]
    Line : my msme

    [Line: my msme]
    Field : Long Prompt, my msme
    Local : Field : Long Prompt : Set as : $$LocaleString:"my msme reg. no."
    Local : Field : Default : Style : Small Bold
    Local : Field : Long Prompt : Style : Normal
    Space Bottom : .20

    [Field : my msme]
    Use: Name Field
    Storage : my msme1
    Width : @@NameWidth

    [System : UDF]
    my msme1 : String: 1020

    [System : Formulae]
    mymsme:$mymsme1:company:##svcurrentcompany
    [#Part: EXPINV Basicleft]
    Add: Parts: sms1011
    [Part: sms1011]
    Line: EXP INV SubTitle
    Bottom Line : sm1011
    Height : 9 mms
    Border : Full Thin Bottom
    Local : Field : EXPINV SubTitle : Info : "Our Msme Reg. No.:"
    [Line : sm1011 ]
    Field : Name Field
    Local : Field : Name Field :Set As : @@mymsme
    ;Local : Field : Name Field : Width: 0 PAGE



    ;;-------------End List---------------;;
     


  4. Jayakrishnan

    Jayakrishnan New Member


    Next day texts in the field disappearing. again we have to enter the Regn number
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Whoa....I don't think EXPERTS have mastered the art of GHOSTING..........
     
    psr likes this.


  6. Varadharaj

    Varadharaj New Member


    If this problem fixed, any updates pls share.
     


Share This Page