Exporting Problem

Discussion in 'Tally Developer' started by Joharfchhil, Jan 8, 2014.

    
  1. Joharfchhil

    Joharfchhil Member


    Dear Experts,

    Iam exporting selected voucher for export in Excel, but the file sheet name does not come in excel sheets.

    Please help
    Johar


    [Function : LedVchBTNexp]
    10 : SET : SVExportFormat : $$SysName:XLS
    100 : Walk Collection :LedVchBTNVchrsexp
    110 : Set : SVOpenFileAfterExport : Yes
    120 : Set : SVPrintFileName : $$String:$Vouchertypename+"_"+$$String:$vouchernumber
    130 : SET : SVPrintFileName : $$MakeExportName:##SVPrintFileName:##SVExportFormat
    200 : Set : LedVchBTNexp : "ID:"+$$String:$MasterId
    500 : Export : Ledexport Report
    900 : End Walk

    [Report: Ledexport Report]
    Form : First TDL Form
    Object : Voucher : ##LedVchBTNexp


    [Form: Ledexport Form]
    Use : Voucher
    Button : Export Button
     


  2. Joharfchhil

    Joharfchhil Member


    In the Sheet Name it shows : Ledexport Report i.e Line no. 500 what i have use in Export
     


Share This Page