of_AddPicture


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_report   >   of_AddPicture   

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

Name Datatype
No Data

Name Datatype
lal_Null Alignment
lvta_Any VTextAlign

public function string of_AddPicture (string as_filename, string as_band, integer ai_x, integer ai_y);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_AddPicture
//
//	Access:  public
//
//	Arguments:
//	as_FileName				The name of the BMP file.
//	as_Band					The band to add the picture to.
//	ai_X							The X location of the BMP being placed.
//	ai_Y							The Y location of the BMP being placed.
//
//	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:	Add a picture object to any band of a datawindow.  It will be placed on
//						top of any existing objects.
//
//						This function overloads the real of_AddPicture, which is protected.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Alignment	lal_Null
VTextAlign	lvta_Any

SetNull(lal_Null)
Return of_AddPicture(as_FileName, as_Band, lal_Null, lvta_Any, ai_X, ai_Y, &
								ibo_DefaultBorder, True)

end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.setnull systemfunctions
pfc_n_cst_dwsrv_report.of_AddPicture pfc_n_cst_dwsrv_report

     
Full name
No Data

     
Name Scope
No Data