Destination property is not working

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

Destination property is not working

Post by steve_tysinger_(Guest) » Tue Apr 16, 2002 3:41 pm

I am using the activex control with visual Foxpro.__My problem is occuring when I try to direct output to the screen instead of the printer, while indicating a specific report.__even with my destination property set to 1. It still sends it directly to the printer, not the screen.____>Using your .rp5 file and this code__>__> .reportpick=1__>__> .destination=1__>__> .reportlibrary=^destest.rp5^__>__> .Action=1__>__>This code will launch a box__>__>__>__>I can click OK and it will send the report to the screen correctly.__>__>__>__>However If I use this code: (reportname is the only difference)__>__> .reportpick=1__>__> .destination=1__>__> .reportlibrary=^destest.rp5^__>__> .reportname=_test___>__> .Action=1__>__>the report ^test^ goes directly to the printer, not the screen.__

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

=> Destination property is not working

Post by kfleming » Tue Apr 16, 2002 6:24 pm

What happens if you save the report as an RRW file?____Kathleen__R&R Support

steve_tysinger_(Guest)
Posts: 13
Joined: Tue Oct 10, 2017 12:44 pm

==> Destination property not working

Post by steve_tysinger_(Guest) » Thu Apr 25, 2002 3:09 pm

I set the report name to an .rrw file. It still behaves the same way. The report still goes directly to the printer instead of going to the preview window.____I experimented a little. I went through all the destination options, all 13. They seem to work fine except for 1 (window) ______

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

===> Destination property not working

Post by kfleming » Thu Apr 25, 2002 6:33 pm

And you are using the RRWRUN.EXE that i sent to you?__Kathleen__R&R Support

steve_tysinger_(Guest)
Posts: 13
Joined: Tue Oct 10, 2017 12:44 pm

====> Destination property not working

Post by steve_tysinger_(Guest) » Tue Apr 30, 2002 1:18 pm

Yes i am using the runtime you sent:____rrwrun.exe____version 9.0.9.0

steve_tysinger_(Guest)
Posts: 13
Joined: Tue Oct 10, 2017 12:44 pm

=====> Please reply?

Post by steve_tysinger_(Guest) » Mon May 13, 2002 11:48 am

>Yes i am using the runtime you sent: __>__>rrwrun.exe __>__>version 9.0.9.0 __

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

======> RE: Please reply?

Post by kfleming » Mon May 13, 2002 3:30 pm

In VB I am using the code:____Private Sub Command1_Click()__RRReport1.ReportPick = 1__RRReport1.ReportLibrary = "c: rw65 rsampledestest.rp5"__RRReport1.ReportName = "Test"__RRReport1.Destination = 1__RRReport1.Action = 1__End Sub____and my report ends up on the screen. In theory it should perform the same way using VFP...____Kathleen__R&R Support

steve_tysinger_(Guest)
Posts: 13
Joined: Tue Oct 10, 2017 12:44 pm

=======> giving up

Post by steve_tysinger_(Guest) » Wed May 15, 2002 9:20 am

Well, I^m afraid it^s not working with vfp. We have been working on this issue for several months now. At this point i am recommending that my client trash this project. Unless of course, you can come up with some solution. It^s really a shame, since all other aspects seem to be working fine, just this one hangup.____best regards, steve

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

========> RE: giving up

Post by kfleming » Wed May 15, 2002 3:18 pm

You could call RRWRUN.EXE directly using a text control file as a workaround.____Kathleen__R&R Support

Post Reply