Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open a CR report in a VB form

Status
Not open for further replies.

vmckee

MIS
Apr 22, 2002
4
0
0
US
Hi all,

I use the following code to open a CR report from VB:

Private Sub cmdTest_Click()
rptTest.Action = 1
End Sub

This will open up the report its own window but what I would like to do is have the report open in a child form in VB. Does anyone know how to do this?

 
You are using the older OCX technology. Use the RDC technology.

Place a CRViewer control in a VB form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top