Page 1 of 1

OCX parameters

Posted: Mon Jun 12, 2006 7:43 am
by Jackie_(Guest)
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.

=> RE: OCX parameters

Posted: Mon Jun 12, 2006 7:56 am
by kfleming
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

==> RE: OCX parameters

Posted: Mon Jun 12, 2006 10:26 am
by Jackie_(Guest)
Thanks for your help Kathleen.____PS How do I look them up in the help file - I^m not sure what they are called!

===> RE: OCX parameters

Posted: Mon Jun 12, 2006 11:00 am
by Jackie_(Guest)
Found it now, thanks