pfc_previouspage


pfcmain.pbl   >   pfc_u_rte   >   pfc_previouspage   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_previouspage;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_previouspage
//
//	Arguments:  none
//
//	Returns:  integer
//	 1 = success
//	-1 = error
//
//	Description:	Scrolls to the previous page of the RTE
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

return this.ScrollPriorPage()

end event

     
Name Owner
No Data

     
Name Owner
richtextedit.scrollpriorpage richtextedit

     
Full name
No Data

     
Name Scope
No Data