How to change this Export 'Path Location'

Discussion in 'Free Source Codes' started by Dhrupal Gorasiya, Jan 16, 2014.

    

    1. [Function:Export VCH]

      Variable: TempStr : String
      Variable: VoucherId : String

      020 : IF : $$InCreateMode
      030 : SET : TempStr : $Cmpvchid:Company:##SVCurrentCompany;$$CollectionField:$MasterId:mad:@LastItem:CompanyVouchers
      040 : SET : VoucherID : "ID:" + ##TempStr
      050 : ELSE
      060 : SET : VoucherID : "ID:" + $$String:$MasterId
      070 : END IF
      080 : SET : SVExportLocation : $$(AppINIConfig, "AppINIConfig").ExportPath
      090 : SET : SVExportFormat : $$SysName:pDF
      100 : Set : SVPrintFileName : $$String:$Vouchertypename+"_"+$$String:$Date+"_"+$$String:$vouchernumber
      110 : SET : SVPrintFileName : $$MakeExportName:##SVPrintFileName:##SVExportFormat
      111 : Set : SVOpenFileAfterExport : Yes
      120 : EXPORT REPORT : . : TRUE
     


  1. laxman

    laxman Member


    Dear , File Is Not Export In PDF Format ........
     



  2. Dear Laxmanji, File is also export in PDF . but it's Path location is Fix.
    So how to change it..?
     


Share This Page