fmacondray
29th September 2005, 01:27
Greetings,
Our users are unable to print to Excel from BAAN when accessing BAAN via a Citrix session.
Any idea how to make this work?
Thanks,
Fred
~Vamsi
29th September 2005, 01:57
Do the Citrix servers in question have Excel installed on them?
sbakshi
11th October 2005, 22:55
Hi,
(1) Set a Device in Device Management as Say "excel".
If more than one citrix server say Citrix 1 and Citrix2 then name it as Excel1 for Citrix 1 and Excel2 for Citrix2 server
(2)Device Type-Rewrite file
(3)Locale-ISO 8859-1
(4)All other fields blank
(5)4GL program-ttstpconv
(6)Argument- ascii:\\servername\office$\excel.exe %s
This depends on the path of Excel under office (Check with ur administrator)
%s is the file name attached when excel will be opened
(7)Path-outexcel.csv (Always keep this as csv)
(8) Change Allowed-Yes
(9)Length-9999
When u launch a report, select the device entered here and then user can change the file name from outexcel.csv to any other file name WITH .csv as extension. These files are stored under baan\tmp folder.
Thanks