of_setstringparm


pfcmain.pbl   >   pfc_n_msg   >   of_setstringparm   

Full name pfc_n_msg.of_setstringparm
Access public
Extend of integer
Return value integer
Prototype public function integer of_setstringparm(string)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setstringparm (string as_parm);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetStringParm
//
//	Access:  public
//
//	Arguments:
//	apo_parm   the desired string property value.
//
//	Returns:  Integer
//	 1 = success
//	-1 = error
//
//	Description:
//	Sets the string property
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0.01   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.
//
//////////////////////////////////////////////////////////////////////////////

is_parm = as_parm
return 1

end function

     
Name Owner
pfc_n_msg.of_copyto pfc_n_msg
m_frame_demopfc.m_sales_order.clicked m_sales_order
w_sheet_sales_order.pfc_preopen w_sheet_sales_order

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data