Page 1 of 1
OCX ReportPick property
Posted: Tue Jul 31, 2001 10:57 am
by aowright
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
=> RE: OCX ReportPick property
Posted: Tue Jul 31, 2001 12:51 pm
by kfleming
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
==> RE: OCX ReportPick property
Posted: Fri Aug 03, 2001 1:41 pm
by aowright
I tried the code that you suggested and I get this error:____Invalid or duplicate command line argument.____-Adam