new invoice format but export problem

Discussion in 'Requests' started by laxman, Sep 24, 2015.

    
  1. laxman

    laxman Member


    Dear All

    I Post new invoice format print & export pdf format after printing.
    printing good but export format problem
    please see attach Pdf file & Help me..

    Thanks
     

    Attached Files:



  2. laxman

    laxman Member


    everybody please solve issue export invoice after save this format .......
     


  3. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Mr. laxman,

    Try this

    60: Export :Report : yes
     


  4. laxman

    laxman Member


    dear sir After changes this not export my invoice......
     


  5. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    080 : SET : SVExportLocation : $(AppINIConfig, "AppINIConfig").ExportPath
    090 : SET : SVExportFormat : $$SysName:pDF
    100 : Set : PrintFileName : $$String:$VoucherTypeName+"_"+$$String:$VoucherNumber+"_"+$$String:$Date
    110 : SET : SVIsPortrait : Yes
    120 : SET : SVBrowserHeight : 297
    130 : SET : SVBrowserWidth : 210
    140 : SET : SVPrintFileName : $$MakeExportName:##PrintFileName:##SVExportFormat
    150 : Set : SVOpenFileAfterExport : Yes

    160 : Export:MyInvoice:yes

    [Report : MyInvoice]
    Object : Voucher : @@VcHFormula
    Use : Voucher
    Form : Printed Invoice
     


Share This Page