Dear
I would like to save a crystal report into a file..
I use a syntax in
Private Sub CRViewer1_PrintButtonClicked(UseDefault As Boolean)
Report.Save ("c:\Testing.rpt")
End Sub
I have try, it's work but still have a problem.
When i open file Testing.rpt some field not print in file ( i use TextObject in crystal Report) but another have print (use a field)
Somebody can help me??????????????????
Long
