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

From: <adojim_at_gmail.com>
Date: Thu, 2 Jun 2016 08:49:28 -0700 (PDT)
Message-ID: <c6939863-49d7-482f-b1d4-443d006e9053_at_googlegroups.com>


El lunes, 30 de junio de 2003, 6:00:03 (UTC-5), Marino Ljubic escribió:
> "Manikandan" <member12054_at_dbforums.com> wrote in message
> news:3057267.1056965203_at_dbforums.com...
> >
> > Hi,
> > Thanks a lot..It works like a magic.May i know where can i get the info
> > like this.I mean adding 6 to an argument list....Please guide me...
>
> It's not difficult at all. The easiest way is to combine macro recorder and
> Help to get the full method syntax. Since the generated code contains
> constants, to get their values just run i.e.
> MsgBox (xlCSV)
>
> > I have saved file using the follwoing code.But while saving if the
> > file already exists it asks the user to replace the existing file
> > or not followed by few messages which we normally get while saving
> > .csv file.
> >
> > As i am doing an automation process i should not allow any messages to
> > be displayed. How to suppress those messages?Please guide me...
>
> Try this:
> OLE2.SET_PROPERTY(application, 'DisplayAlerts', 0);

Thanks a lot!, I can solve a problem with this solution!!! Received on Thu Jun 02 2016 - 17:49:28 CEST

Original text of this message