of_SetDoubleParm


pfcmain.pbl   >   pfc_n_msg   >   of_SetDoubleParm   

Full name pfc_n_msg.of_SetDoubleParm
Access public
Extend of integer
Return value integer
Prototype public function integer of_SetDoubleParm(double)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_SetDoubleParm (double adbl_parm);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetDoubleParm
//
//	Access:  public
//
//	Arguments:
//	apo_parm   the desired Double property value.
//
//	Returns:  Integer
//	 1 = success
//	-1 = error
//
//	Description:
//	Sets the Double 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.
//
//////////////////////////////////////////////////////////////////////////////

idbl_parm = adbl_parm
return 1

end function

     
Name Owner
pfc_n_msg.of_copyto pfc_n_msg
w_resp_customer_search.cb_cancel.clicked cb_cancel
w_resp_customer_search.cb_ok.clicked cb_ok
w_frame_mdi.pfc_mruprocess w_frame_mdi
w_resp_employee.cb_ok.clicked cb_ok
w_sheet_sales_order.pfc_mruprocess w_sheet_sales_order
w_resp_sales_order.cb_ok.clicked cb_ok
w_sheet_employee.pfc_mruprocess w_sheet_employee
w_frame_mdi.pfc_mruprocess w_frame_mdi

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data