of_SetSaturdayBold


pfcmain.pbl   >   pfc_u_calendar   >   of_SetSaturdayBold   

Full name pfc_u_calendar.of_SetSaturdayBold
Access public
Extend of integer
Return value integer
Prototype public function integer of_SetSaturdayBold(boolean)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_SetSaturdayBold (boolean ab_bold);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  	of_SetSaturdayBold
//
//	Access:    	Public
//
//	Arguments:
//		ab_bold	True or False
//
//	Returns:   	Integer
//   				1 if successful, otherwise -1
//
//	Description:  	Sets the Bold attribute for the Saturday dates.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Check the argument.
IF IsNull(ab_bold) THEN 
	Return -1
End If

ib_saturdaybold = ab_bold

Return 1
end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvcalendar2.pfc_propertyapply pfc_u_tabpg_dwproperty_srvcalendar2

     
Name Owner
systemfunctions.isnull systemfunctions

     
Full name
No Data

     
Name Scope
No Data