anjosh
17th March 2007, 08:30
Hi,

We are using BaaN IV c4 on oracle database Os is win 2003

when i print the payslip, i want that these payslips will be made in ascif file with there respective empcode. i.e. "payslip01" or <name+empcode> one by one not in a single file.

How this can be acheived.Please let me know

Thnx

Anil

mark_h
18th March 2007, 03:17
Do you own source code for this session? If yes then just change it to write to a file for each employee. Or if you do not have source code then you could write the report to an ascii file, then write something to read the file and create the ascii files you want. Or you can take the report create a script and modify it to create the ascii file you want - without knowing the report it is impossible to say if this is easy or hard.