pfc_insertpicture


pfcmain.pbl   >   pfc_u_rte   >   pfc_insertpicture   

Full name pfc_u_rte.pfc_insertpicture
Access public
Extend of integer
Return value integer
Prototype event integer pfc_insertpicture()

Name Datatype
No Data

Name Datatype
ls_filename string

event pfc_insertpicture;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_insertpicture
//
//	Arguments:  None
//
//	Returns:  integer
//	 1 = success
//	 0 = User cancelled from the fileopen dialog
//	-1 = error
//
//	Description:  Inserts a picture at insertion point,
//	prompting user for which bitmap file picture to insert
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

string	ls_filename

return of_InsertPicture (ls_filename)
end event

     
Name Owner
No Data

     
Name Owner
pfc_u_rte.of_insertpicture pfc_u_rte

     
Full name
No Data

     
Name Scope
No Data