OCX parameters

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

OCX parameters

Post by Jackie_(Guest) » Mon Jun 12, 2006 7:43 am

Hi __In out application we use:__ With RSReport__ .ReportName = gstrRRControlPath & "AdPrint.rsw"__ .Destination = 6 ^Ask user for destination__ .WindowTitle = "Directory display advert print"__ .Printer = "?"__ .EndPage = 1__ End With__ __ RSReport.Action = 1____Please could you tell me where I can find a list of options available and the values required? I see one called exportdestination, but cannot see it in the help to find the correct value to use.____I am trying to export an html file with the application giving the file name and destination.____Thanks for any help.

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

=> RE: OCX parameters

Post by kfleming » Mon Jun 12, 2006 7:56 am

All of the available options are listed in the Help file.____To export to HTML you would use:__RSReport1.Destination = 13__RSReport1.PrintFileName = "c:outputmyoutput.HTML"____Kathleen__R&R Support

Jackie_(Guest)
Posts: 28
Joined: Tue Oct 10, 2017 12:44 pm

==> RE: OCX parameters

Post by Jackie_(Guest) » Mon Jun 12, 2006 10:26 am

Thanks for your help Kathleen.____PS How do I look them up in the help file - I^m not sure what they are called!

Jackie_(Guest)
Posts: 28
Joined: Tue Oct 10, 2017 12:44 pm

===> RE: OCX parameters

Post by Jackie_(Guest) » Mon Jun 12, 2006 11:00 am

Found it now, thanks

Post Reply