hello everybody,
i have a viewer to view the report, but actually i wanted to export it in the txt format directly.
i did:
Report.ExportOp tions.Destinati onType = crEDTDiskFile
Report.ExportOp tions.FormatTyp e = crEFTText
Report.ExportOp tions.DiskFileN ame = "D:\text.TX T"
Report.ExportOp tions.NumberOfL inesPerPage = 32
Report.Export (False)
what i wanted is to print 32 lines in each page, but it prints all the lines in a single page.
how can i solve this problem?
any feedback is appreciated.
thanx in advance
i have a viewer to view the report, but actually i wanted to export it in the txt format directly.
i did:
Report.ExportOp tions.Destinati onType = crEDTDiskFile
Report.ExportOp tions.FormatTyp e = crEFTText
Report.ExportOp tions.DiskFileN ame = "D:\text.TX T"
Report.ExportOp tions.NumberOfL inesPerPage = 32
Report.Export (False)
what i wanted is to print 32 lines in each page, but it prints all the lines in a single page.
how can i solve this problem?
any feedback is appreciated.
thanx in advance
Comment