When I load a report in Vb6 with Crystal Report Control, I can see the Data but I can't see the graph. The graph is ok in Crystal Report an is build with the data in this page.
who can help me!
Thanks
Printable View
When I load a report in Vb6 with Crystal Report Control, I can see the Data but I can't see the graph. The graph is ok in Crystal Report an is build with the data in this page.
who can help me!
Thanks
I am not able to Use my Selection Formulas Properly.
I am not able to retrive on two conditions using And and Or
thank you
I am using VB-5 and Crystal Report 4.6. Please Let me know how to use And and Or operator in the Selection Formula of the VB
Kindly reply me back
Thank you
First, I'am not verry well in english but I try.
For your question about the SelectionFormula, am not use this propertie but I have an exemple for you. Is not the good exemple but ...
Formule = " {" + Data1.REcordset + " .Mslink} = " & test
CrystalReport1.SelectionFormula = Formule
CrystalReport1.PrintReport
I think this symbol is important {}
and if the variable test is string, you put
= """ & test & """"
I don't have any more information.
bye!
Régis