pfc_printimmediate


pfcmain.pbl   >   pfc_u_dw   >   pfc_printimmediate   

Full name pfc_u_dw.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 if it succeeds and -1 if an error occurs
//	Description:	Prints the DataWindow (without displaying a print dialog)
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						5.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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.
//////////////////////////////////////////////////////////////////////////////
return this.Print (true)
end event

     
Name Owner
No Data

     
Name Owner
datawindow.print datawindow

     
Full name
No Data

     
Name Scope
No Data