of_setcontinuouspages


pfcmain.pbl   >   pfc_u_rte   >   of_setcontinuouspages   

Full name pfc_u_rte.of_setcontinuouspages
Access public
Extend of
Return value
Prototype public subroutine of_setcontinuouspages(boolean)

Name Datatype
No Data

Name Datatype
No Data

public subroutine of_setcontinuouspages (boolean ab_continuouspages);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetContinuousPages
//
//	Access:  public
//
//	Arguments:
//	ab_continuouspages   Value to set continuouspages property to
//
//	Returns:  none
//
//	Description:  Sets the value of the ib_continuouspages property which
//	determines whether continuous page numbering will be used when 
//	the RTE is shared to a DataWindow
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

ib_continuouspages = ab_continuouspages
end subroutine

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data