Click to See Complete Forum and Search --> : Please !!! Crystal Report


regis
November 24th, 1999, 04:34 PM
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

Nirugirish
November 25th, 1999, 02:59 AM
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

Nirugirish
November 25th, 1999, 03:04 AM
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

regis
November 25th, 1999, 07:12 AM
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