pfc_printimmediate


pfcmain.pbl   >   pfc_n_ds   >   pfc_printimmediate   

Full name pfc_n_ds.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 Datastore (without displaying a print dialog)
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.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.
//
//////////////////////////////////////////////////////////////////////////////

return this.Print (true)
end event

     
Name Owner
No Data

     
Name Owner
datastore.print datastore

     
Full name
No Data

     
Name Scope
No Data