of_setupdateable


pfcmain.pbl   >   pfc_w_master   >   of_setupdateable   

Full name pfc_w_master.of_setupdateable
Access protected
Override of integer
Return value integer
Prototype protected function integer of_setupdateable(boolean)

Name Datatype
ab_switch boolean

Name Datatype
No Data

protected function integer of_setupdateable (boolean ab_switch);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetUpdateable
//
//	Access:  Protected
//
//	Arguments:
//	ab_switch   Indicates whether the Object is updateable
//
//	Returns:  integer
//	 1 = success
//	-1 = error
//
//	Description:
//	Sets whether the Object is updateable
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.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.
//
//////////////////////////////////////////////////////////////////////////////

if IsNull (ab_switch) then return -1
ib_isupdateable =  ab_switch
return 1
end function

     
Name Owner
w_resp_product.cb_close.clicked cb_close
w_resp_stock.cb_close.clicked cb_close
pfc_w_dwpropertyservices.open pfc_w_dwpropertyservices
pfc_w_dwproperty.open pfc_w_dwproperty

     
Name Owner
systemfunctions.isnull systemfunctions

     
Full name
No Data

     
Name Scope
No Data