Re: 'Save as' operation using winapi in oracle forms

From: Manikandan <member12054_at_dbforums.com>
Date: Mon, 30 Jun 2003 04:13:03 +0000
Message-ID: <3056517.1056946383_at_dbforums.com>


Hi,
[Quoted]   I am using the following code.But i am able to save the file with .csv   extension.But if i open the file it contains some control characters.

args:=ole2.create_arglist;

ole2.add_arg(args,'C:\Ora.csv');
ole2.invoke(workbook,'SaveAs',args);
ole2.destroy_arglist(args);

Here i think i should specify format string.So how should and where should i pass the format string(i.e file filter) to ole2.Please guide me.

--
Posted via http://dbforums.com
Received on Mon Jun 30 2003 - 06:13:03 CEST

Original text of this message