OCX ReportPick property

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
aowright
Posts: 2
Joined: Tue Oct 10, 2017 12:44 pm

OCX ReportPick property

Post by aowright » Tue Jul 31, 2001 10:57 am

What are the steps needed in order to make the Report Pick property work w/ Visual Basic? When I set it to 1 during runtime, nothing happens. I have tried following it with Action=1 and RunReport=1 but nothing works. ____Any suggestions are greatly appreciated.____Adam

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> RE: OCX ReportPick property

Post by kfleming » Tue Jul 31, 2001 12:51 pm

Private Sub Command1_Click()__RRReport1.ReportPick = 1__RRReport1.Destination = 1__RRReport1.Action = 1__End Sub____I have a button on my form that uses this code and allows you to select and preview a report.____Kathleen__R&R Support

aowright
Posts: 2
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: OCX ReportPick property

Post by aowright » Fri Aug 03, 2001 1:41 pm

I tried the code that you suggested and I get this error:____Invalid or duplicate command line argument.____-Adam

Post Reply