Newbie problems using Crystal reports with Oracle - please help 
Author Message
 Newbie problems using Crystal reports with Oracle - please help

Hi,
    I've never used Crystal Reports before and I'm a VB newbie also.  I want
to have a pre-written report pulled into the VB app, alter the report's user
log id, password and connection (to whatever the user has logged-on with -
they have already connected to the database), get the report's sql
selection, add a where clause to it and run the report.
In theory I would expect this to be easy.  However, the manuals which come
with Crystal reports are absolutely useless. No help with a property list.
There doesn't appear to be a way of finding what the SQL selection is.
I havea form sat here which does this :

Dim Report As New CrystalReport2
Option Explicit

Private Sub Form_Load()
Screen.MousePointer = vbHourglass

<I would expect to be able to change the Report's properties here - setting
the connect string and altering the SQL>

CRViewer1.ReportSource = Report
CRViewer1.ViewReport
Screen.MousePointer = vbDefault
End Sub

Any help appreciated before we ditch VB and do it with Powerbuilder.
Thanks



Tue, 28 Jan 2003 03:00:00 GMT  
 Newbie problems using Crystal reports with Oracle - please help
The properties you're looking for can be found on the Report object (as
opposed to the CRViewer)--you should find the details you need in the
Developer's Help file.

HTH, Paul
--
Paul Little
San Diego, CA


Quote:
> Hi,
>     I've never used Crystal reports before and I'm a VB newbie also.  I
want
> to have a pre-written report pulled into the VB app, alter the report's
user
> log id, password and connection (to whatever the user has logged-on with -
> they have already connected to the database), get the report's sql
> selection, add a where clause to it and run the report.
> In theory I would expect this to be easy.  However, the manuals which come
> with Crystal reports are absolutely useless. No help with a property list.
> There doesn't appear to be a way of finding what the SQL selection is.
> I havea form sat here which does this :

> Dim Report As New CrystalReport2
> Option Explicit

> Private Sub Form_Load()
> Screen.MousePointer = vbHourglass

> <I would expect to be able to change the Report's properties here -
setting
> the connect string and altering the SQL>

> CRViewer1.ReportSource = Report
> CRViewer1.ViewReport
> Screen.MousePointer = vbDefault
> End Sub

> Any help appreciated before we ditch VB and do it with Powerbuilder.
> Thanks



Sun, 02 Feb 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Please Help Newbie Crystal Report / VB help needed.

2. Newbie - Crystal Report Problem - Please Hlep

3. NEWBIE HELP: using crystal reports

4. Crystal Report Help Please or Tell me where to get Crystal Help

5. Please Please help !!! Crystal Report Help Needed

6. Please Help...Crystal Reports..Please Help

7. Error Detected by Database DLL When using Crystal Reports -- Help Please

8. PLEASE HELP with VB4/Crystal report problem

9. Printer ports problem in Crystal reports 4.6 - Please Help

10. Crystal Report Problem, please help me out!

11. URGENT HELP PLEASE - Crystal report blank page problem

12. Problems printing with Crystal Reports - Please Help

 

 
Powered by phpBB® Forum Software