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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.