Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp/CrystalReports: crystalobjects.vcx, where can I find
Message
 
To
22/04/2002 23:56:28
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00647961
Message ID:
00648963
Views:
16
Hi Craig,
I am using the following code to print a report (statements) to a specific printer that is available to my computer.Is there any way we can redirect the crystal report output to a postscript file.(so that production can use the postscript file to print the report whenever they want it)

I AM USING FP6,R&R XBASE VERSION 8
I TRIED BY CHANGING BY ONE OF THE PRINTER PROPERTIES TO "SAVE TO DISK",SO THAT IT WAS ASKING ME TO SAVE TO A FILE (IN PCL FORMAT) BUT EVERY TIME I HAD TO SELECT A PRINTER TO SAVE THE REPORT TO A FILE,IS THERE ANY WAY WE CAN AUTOMATE THIS PROCESS BY SAVING THE O/P TO A POSCTSCRIPT OR PCL.

I would appreciate if you could guide me in any further approach.

thanks
Prasad


run_rr = .f.
select 0
use rrwrunin excl
zap
use
if thisform.pkg1.value = 1
select 0
use rrwrunin
append blank
replace ri_report with "statment.rrw"
replace ri_master with alltrim(sys(5))+ "\customer\pkg1
replace ri_query with "O"
replace ri_filter with "tot_pages=1"
replace ri_sort1 with ""
replace ri_wptr with "?"
replace ri_wptr with thisform.prts.value
use
run_rr = .t.

endif
if run_rr
run /n rrwrun rrwrunin /O\customer\
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform