Re: Build a printer list on Forms 4.5

From: M.Raffenberg <RAFFENBERG_at_ilt.fhg.de>
Date: Thu, 06 May 1999 12:59:16 +0200
Message-ID: <37317604.5A7094DC_at_ilt.fhg.de>


Hi,
take a look in your forms45\plsqllib directory, you'll find a library called D2kwutil.
You can use it to handle some standard Windows Dialogs. I hope this can help you.

Raffy

/*-------------------------------------------------------------------------*\
 * Select_Printer -> Displays the standard Printer Selection
 *    dialog.
 * Arguments:
 * PrinterName -> The Name of the Printer the user Chooses
 * Port  ->  The Port for the above printer
 * RaiseExceptions ->  TRUE of FALSE(Default) If set to true, then if the
 *       command is not successful (e.g no Printer is
    selected) then the explicit exception
 *       NO_DATA_FOUND will be raised.
 * Returns:
  • Path and name of the selected file \*-------------------------------------------------------------------------*/

PROCEDURE Select_Printer ( PrinterName OUT VARCHAR2,

    Port OUT VARCHAR2,
    RaiseExceptions in BOOLEAN DEFAULT FALSE);

hoyt_chen_at_my-dejanews.com schrieb:

> Hi there:
>
> Does anybody know how to create a printer list item on Forms 4.5? Or, how to
> invoke the Windows printer dialog box?
>
> Thanks.
>
> HC
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
Received on Thu May 06 1999 - 12:59:16 CEST

Original text of this message