of_setstartpagenumber


pfcmain.pbl   >   pfc_u_rte   >   of_setstartpagenumber   

Full name pfc_u_rte.of_setstartpagenumber
Access public
Extend of
Return value
Prototype public subroutine of_setstartpagenumber(long)

Name Datatype
No Data

Name Datatype
No Data

public subroutine of_setstartpagenumber (long al_startpagenumber);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetStartPageNumber
//
//	Access:  public
//
//	Arguments:
//	ai_startpagenumber   starting page number that will have
//	   a page number displayed when printing
//
//	Returns:  none
//
//	Description:  Sets the number of the page where page numbering
//	   will first occur when printing.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

il_startpagenumber = al_startpagenumber
end subroutine

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data