Re: User Interface for selecting a file

From: Stefan Rudolph-Klindtwort <StefanRudolph-Klindtwort_at_t-online.de>
Date: 2000/01/29
Message-ID: <86teo3$b7t$1_at_news08.btx.dtag.de>#1/1


Hello,

try the PLL-Library D2KWUTIL.pll there are many Windows-Specific functions in it ...You can find the source in the
%ORACLE_HOME%\TOOLS\DEVDEMxx\FORMS\ - Directory ! It's only present if the Demos and Add-ons feature is installed !! Attention the following DLL's are nessesary in Runtime- or Development environment (e.g. \WinNT\ or %ORACLE_HOME%\BIN )

   DLL32Bit CONSTANT VARCHAR2(12) := 'D2KWUT32.DLL'; --> W95 / W98 / WNT    DLL16Bit CONSTANT VARCHAR2(12) := 'D2KWUT16.DLL'; --> Win 3.11 or WfW3.11

If you want to use the SQL*Loader or Import-Tool you can build a command-string via PL/SQL an fire it with the HOST-Build in --> see Forms-Help

Hope that helps

JoĆ£o Santos Jorge <lodging_expo98_at_ip.pt> schrieb in im Newsbeitrag: 3890c8f4$1_at_readers.ip.pt...
> Hi
> I'd like to write a small program to load/import an operator selected file
> into the
> database.
Received on Sat Jan 29 2000 - 00:00:00 CET

Original text of this message