pfc_nextpage


pfcmain.pbl   >   pfc_u_dw   >   pfc_nextpage   

Full name pfc_u_dw.pfc_nextpage
Access public
Extend of long
Return value long
Prototype event long pfc_nextpage()

Name Datatype
No Data

Name Datatype
No Data

event pfc_nextpage;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_nextpage
//	Arguments:		None
//	Returns:			Long - Row number displayed at the top of the DataWindow
//						-1 if an error occurs
//	Description:	Scrolls to the next page of the DW
//////////////////////////////////////////////////////////////////////////////
//	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.ScrollNextPage()
end event

     
Name Owner
No Data

     
Name Owner
datawindow.scrollnextpage datawindow

     
Full name
No Data

     
Name Scope
No Data