Please Help: packing slip No. Data not Stored

Discussion in 'Tally Developer' started by vaibhav jindal, Mar 10, 2019.

    

  1. [#Part: EI BaseInfo]
    Option: HPTransportNamevvv: $$IsSales:##SVVoucherType OR $$IsDelNote:##SVVoucherType
    [!Part: HPTransportNamevvv]
    Add: Line: HPTransportNamevvv
    [Line: HPTransportNamevvv]
    Add: Field: PackingSlipNoTitle,PackingSlipStore,PackingSlipDateTitle1,PackingSlipDateStore
    ;Add: Field:
    [Field: PackingSlipNoTitle]
    Info : "Packing Slip No."
    Width: 10
    [Field: PackingSlipStore]
    Use : Name Field
    Set as : $PackingSlipStoreValue
    Storage : PackingSlipStoreValue
    Width : 20
    [Field: PackingSlipDateTitle1]
    Info : "Date"
    Width: 10
    [Field: PackingSlipDateStore]
    Use : Uni Date Field
    Storage : PackingSlipDateValue
    Set as : $PackingSlipDateValue
    Width : 25

    [System: UDF]
    PackingSlipDateValue:Date:3147
    PackingSlipStoreValue:String:4147
     



  2. where is i am wrong, and i want to print this in Invoice
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Objectify your UDF in [Object : Voucher]
     



  4. sir pls correct its for me
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Is the code above written / made by you???
     



  6. sir its copy paste from another tdl, i have only changes names
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    My friend.... you will not learn better in this manner.... it is okay if you copied another and altered as per your needs. But you will need to take positive steps to learn a little. This is a site for learning TDLs.

    So I have given you hint....you need to learn on your own how to go about it. We guide you and push you..... but we do not make or write codes............ or else you will never learn or improve.

    So refer Tally Developer and learn how to objectify it.......... me and other experts will guide you, but you have to do on your own.
     


Share This Page