Guest_imported
New member
- Jan 1, 1970
- 0
ITHelp (Visitor) Feb 27, 2001
Yeap! I export the report files to another folder with the same report names as original reports in rpt format. The original reports are located at different folder. If i open the exported report files directly, i will get the exactly "saved data" that i want. But, if i use my app to open, i would not get the "saved data". My application statement as follows :
With mdiMain.rptMain
.Connect = gstrCR_Connex
.ReportFileName = gstrNA_Temp_Path + strNARpt
.Destination = 0
.Formulas(0) = ""
.Formulas(1) = ""
.Formulas(2) = ""
.Formulas(3) = ""
.SelectionFormula = ""
.WindowState = crptMaximized
.PrinterSelect
.Action = 0
End With
This things happened when upgrade my Crystal Report 5 to Crystal Report 6.
Please advice.
Yeap! I export the report files to another folder with the same report names as original reports in rpt format. The original reports are located at different folder. If i open the exported report files directly, i will get the exactly "saved data" that i want. But, if i use my app to open, i would not get the "saved data". My application statement as follows :
With mdiMain.rptMain
.Connect = gstrCR_Connex
.ReportFileName = gstrNA_Temp_Path + strNARpt
.Destination = 0
.Formulas(0) = ""
.Formulas(1) = ""
.Formulas(2) = ""
.Formulas(3) = ""
.SelectionFormula = ""
.WindowState = crptMaximized
.PrinterSelect
.Action = 0
End With
This things happened when upgrade my Crystal Report 5 to Crystal Report 6.
Please advice.