sam291091
15th March 2016, 06:36
Hi,
I Wrote AFS on Print Reconciliation Data and printing device set as CSV. It is printed perfectly in a CSV file on Worktop but when I run same session on mingle it printing nothing or no output.

Any Solution for this issue?

bhushanchanda
15th March 2016, 13:32
Hi,

What is this device "CSV"? Is it using a customized 3GL program?

If yes, you need to make some changes to the 3GL program.

It might be having calls like -

server2client and start.application.local. So, you need to replace it with

if tc.is.html.ui() then
client.download.file(server_file_name)
endif

sam291091
16th March 2016, 05:01
Hi bhushanchanda,
Yes it is a customized 3GL program. For worktop,I used start.application.local and for mingle I used client.download.file(server_file_name) as you describe. My Question is how to download file or how to handle such case through AFS.