Hi, in the form that contains the CRViewer control type this:
Private Sub Form_Unload(Cancel As Integer)
' Where Report is the instance of the .dsr (report)
Set Report = Nothing
End Sub
Hi!
I can't resolve my problem. At the design time the report is perfect because is on my machine where the project is but in preview mode the report is white, is not the same PC ovviusly. In this pc (Client) all the dlls necessary at runtime for Crystal Report are registered. Now I really can't...
Excuse me, my english is very bad. I try to describe my problem better. I install my program on a client pc and it runs perfectly for 10 - 15 days, the report displayed all datas but then after 15 days the report of my app was white. only the grid was displayed. Now, if I select the field that I...
Hi ngolem! All datas are returned. If i select the field, copy and then paste into WORD or NotePad, I can see the right data. Is not a problem of ForeColor that is black.
In My application, I can't see the fields content of the report but the pc where my app is installed has got all the dlls necessary to view the report. Anyone can help me please?!?
In the Form_Load of the form containing the CRViewer control, try this:
Private Sub Form_Load()
' A4
Report.PaperSize = 9
CRViewer1.ViewReport
CRViewer1.DisplayGroupTree = False
End Sub
In my application(vb6) I can' see the field content but if i select the field, copy and then paste into Word, i see the datas. Anyone can help me please?!?
In My application, I can't see the fields content of the report but the pc where my app is installed has got all the dlls necessary to view the report. Anyone can help me please?!?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.