Destination property is not working
-
- Posts: 13
- Joined: Tue Oct 10, 2017 12:44 pm
Destination property is not working
Im using the r&r control from visual foxpro.__I am able to print my reports to the printer, but how do i print one to the screen. I have set the controls destination property to 1 and it still goes to the printer. It was my understanding that the controls destination property would overide the destination specified by the report. It doesnt matter if I use 0 or 1 it still goes to the printer.____my VFP code follows (rr is the name of the control):____WITH thisform.rr___.reportpick=1___.destination=1___.reportlibrary=^zonez.rp5^___.Action=1__endwith______the above code sends the report to the printer. How do I get it to send automatically to the screen
=> Destination property is not working
Was the RP5 file created in the windows version or was it converted from an RP1 file?____Kathleen__R&R Support
-
- Posts: 13
- Joined: Tue Oct 10, 2017 12:44 pm
==> Destination property is not working
it was created in the windows version
===> Destination property is not working
Send me your email address and I will give you a version of RRWRUN.EXE to see if it makes any difference.____Kathleen__R&R Support__kfleming@livewarepub.com
-
- Posts: 13
- Joined: Tue Oct 10, 2017 12:44 pm
====> Still not working
I tried the new .exe It still behaved the same. If i set destination to 6 it prompts me for a destination and I can choose screen and that works. But I want to send it to the screen automatically and 1 is not working for that.