|
-
November 24th, 1999, 05:34 PM
#1
Please !!! Crystal Report
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
-
November 25th, 1999, 03:59 AM
#2
Crystal Report
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
-
November 25th, 1999, 04:04 AM
#3
Crystal Report
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
-
November 25th, 1999, 08:12 AM
#4
Re: Crystal Report
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|