pfc_printimmediate


pfcmain.pbl   >   pfc_u_rte   >   pfc_printimmediate   

Full name pfc_u_rte.pfc_printimmediate
Access public
Extend of integer
Return value integer
Prototype event integer pfc_printimmediate()

Name Datatype
No Data

Name Datatype
No Data

event pfc_printimmediate;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_printimmediate
//
//	Arguments:  none
//
//	Returns:  integer
//	 1 = success
//	-1 = error
//
//	Description:  Prints the RTE (without displaying a print dialog)
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   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.
//
//////////////////////////////////////////////////////////////////////////////

// Reset page counters
il_currentprintpage = 0
il_currentinstance = 1

// Print
return this.Print (1, "", false, true)

end event

     
Name Owner
No Data

     
Name Owner
richtextedit.print richtextedit

     
Full name
No Data

     
Name Scope
No Data