nkk777
24th February 2003, 10:08
Hi,

I need to read a file (.csv file stored in home directory) and concatenate the second, third and fourth columns and print as Baan report. Please suggest me the ways of achieving this.

Thanks

NPRao
24th February 2003, 10:16
You can use the - seq.open.local() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_client_file_access_seq_open_local) to read the local file, then use - string.scan() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_formatting_io_string_scan) to read the fields delimited by "," and then display/print in a display browser using - spool.open() (http://www.baanboard.com/programmers_manual_baanerp_help_functions_spooling_spool_open)

Good Luck! :p

Please fill your profile with BaaN/OS/Database Info.