|
-
Jan 25th, 2000, 01:34 AM
#1
Thread Starter
PowerPoster
-
Jan 25th, 2000, 01:50 AM
#2
New Member
What Version of VB are you using?
-
Jan 25th, 2000, 01:50 AM
#3
New Member
What Version of VB are you using?
-
Jan 25th, 2000, 02:11 AM
#4
Thread Starter
PowerPoster
-
Jan 25th, 2000, 04:54 AM
#5
Addicted Member
The help files on how to integrate Crystal into VB is part of Crystal. For Crystal 7 its entitled "Developer's Help" the help file is "developr.hlp". To select certain records you either have to create a selection formula in VB or use Parameters in the Crystal report. All this is documented in the help file.
-
Jan 25th, 2000, 06:21 AM
#6
Drop a Crystal Reports control on the a form and try something like this:
With CrystalReport1
.ReportFileName = "C:\MyReport.rpt"
.Action = 1
End With
Assuming that C:\MyReport.rpt is your report.
------------------
Serge
Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
[This message has been edited by Serge (edited 01-25-2000).]
-
Jan 25th, 2000, 06:43 AM
#7
Thread Starter
PowerPoster
Thanks Serge! Where have you been lately? You had not posted for ages (at least not any posts I saw...)
Just wondering...is it possible to allow the user to create their own reports without them having Crystal. Only there are a few properties I saw that indicated you could do that...
Regards
------------------
- Chris
[email protected]
If it ain't broke - don't fix it 
[This message has been edited by chrisjk (edited 01-25-2000).]
-
Jan 25th, 2000, 11:53 PM
#8
I was in a process of moving to Scottsdale, Arizona. Then I had a business trip for 3 weeks, thats why I wasn't posting anything here. But now, I'm back and ready to help you guys.
It is possible to create your own report, BUT...
You would have to use Printer object. Take in account that you would have to lay out your data manually (it's going to be a big pain, trust me, I've done it before), so my suggestion would be - use Crystal Reports instead. With Crystal Reports you can create a report in minutes.
------------------
Serge
Programmer Analyst
[email protected]
[email protected]
ICQ#: 51055819
-
Jan 26th, 2000, 12:11 PM
#9
Hyperactive Member
It is possible too to create your own Crystal Report reports on the fly (ok, let the user create them in your program :-) but it's a big pain somewhere you don't want to have pain... If you have the full CR developers kit, it comes with a lot of helpfiles and some API's that let you customize the complete report in code.
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
|