of_SetBorder


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_report   >   of_SetBorder   

Full name pfc_n_cst_dwsrv_report.of_SetBorder
Access public
Extend of string
Return value string
Prototype public function string of_SetBorder(border,string)

Name Datatype
No Data

Name Datatype
No Data

public function string of_SetBorder (border abo_border, string as_name);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetBorder
//
//	Access:  public
//
//	Arguments:
//	abo_Border				The border to place around the object added (NoBorder!, 
//									ShadowBox!, Box!, ResizeBorder!, Underline!, Lowered!
//									Raised!).
//	as_Name					The name of the object to change.
//
//	Returns:		String
//					The output of the Modify command (the error text or "") if True
//					was passed for ab_Execute; the text of the Modify command
//					to add the object if False was passed.
//
//	Description:	Change the border on an object in the datawindow.
//
//						This function overloads the real of_SetBorder to allow parameters
//						to be optional.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 of_SetBorder(abo_Border, as_Name, "*", True)

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_report.of_setborder pfc_n_cst_dwsrv_report

     
Full name
No Data

     
Name Scope
No Data