of_SetBackground


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_report   >   of_SetBackground   

Full name pfc_n_cst_dwsrv_report.of_SetBackground
Access public
Extend of string
Return value string
Prototype public function string of_SetBackground(string)

Name Datatype
No Data

Name Datatype
No Data

public function string of_SetBackground (string as_filename);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetBackground
//
//	Access:  public
//
//	Arguments:
//	as_FileName				The name of the file containing the bitmap to display.
//
//	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.  Or one of the following errors:
//					"Error!  Invalid DW Unit"			-	DataWindow Unit is not PB Units or Pixels
//					"Error!  File not found"				-	The picture file does not exist
//					"Error!  Error calculating size"	-	Returned an error calculating the object size
//
//	Description:	Place a picture in the background of the DataWindow.
//
//						This function overloads the real of_SetBackground to allow parameters to be
//						optional.  This version of the function assumes "SizeToFit" is True.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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_SetBackground(as_FileName, True, 0, 0, 0, 0, True)

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_report.of_SetBackground pfc_n_cst_dwsrv_report

     
Full name
No Data

     
Name Scope
No Data