Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Help for a newbe

Re: Help for a newbe

From: Kenny Gump <kgump_at_mylanlabs.com>
Date: 2000/08/10
Message-ID: <399290d6_2@News.Mountain.Net>#1/1

This code will open a Windows style file dialog window.

if :main.working_directory is not null then :main.file_name := Win_API_Dialog.Open_File('Open File Dialog Box',

       :main.working_directory, v_dummy, TRUE); go_item('main.file_name');
else
:main.file_name := Win_API_Dialog.Open_File('Open File Dialog Box',

       'C:\', v_dummy, TRUE);
go_item('main.file_name');
end if;

"Peter Häusler" <luciver_at_teleweb.at> wrote in message news:Lj0k5.67334$NS3.6573985_at_news.chello.at...
> Has anyone a code sample to create in Forms a Windows Expolrer like form.
 I
> have try it but i have troubels with the icon view. It will realy help me
> thx
> peter
> luciver_at_teleweb.at
>
>
>
Received on Thu Aug 10 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US