pfc_printer


pfcapsrv.pbl   >   pfc_w_print   >   pfc_printer   

Full name pfc_w_print.pfc_printer
Access public
Extend of
Return value
Prototype event pfc_printer()

Name Datatype
No Data

Name Datatype
No Data

event pfc_printer;call super::pfc_printer;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_printer
//
//	Arguments:  none
//
//	Returns:  none
//
//	Description:
//	Printer setup
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0.02   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

if PrintSetup() = -1 then
	of_MessageBox ("pfc_print_accesserror", "Print", &
		"An error has occurred accessing printer setup", exclamation!, Ok!, 1)
end if
end event

     
Name Owner
pfc_w_print.cb_printer.clicked cb_printer

     
Name Owner
systemfunctions.printsetup systemfunctions
pfc_w_master.of_messagebox pfc_w_master

     
Full name
No Data

     
Name Scope
No Data