of_getpropertyinfo


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_multitable   >   of_getpropertyinfo   

Full name pfc_n_cst_dwsrv_multitable.of_getpropertyinfo
Access public
Extend of integer
Return value integer
Prototype public function integer of_getpropertyinfo(ref n_cst_propertyattrib)

Name Datatype
No Data

Name Datatype
lnv_infoattrib n_cst_infoattrib

public function integer of_getpropertyinfo (ref n_cst_propertyattrib anv_attrib);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetPropertyInfo
//
//	Access:   		Public
//
//	Arguments:		
//		anv_attrib	(By ref.) The Property Information attributes.
//
//	Returns:  		Integer
//	 1 for success.
//	-1 for error.
//
//	Description:  
//	 Gets the Service Property Information.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0    Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1999 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.
//
//////////////////////////////////////////////////////////////////////////////

n_cst_infoattrib lnv_infoattrib

// Get the first two attributes from the Main Information attributes.
of_GetInfo(lnv_infoattrib)
anv_attrib.is_name = lnv_infoattrib.is_name
anv_attrib.is_description = lnv_infoattrib.is_description

// Set the rest of the attributes.
anv_attrib.is_propertypage = {'u_tabpg_dwproperty_srvmultitable'}
anv_attrib.ib_switchbuttons = True

Return 1
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_multitable.of_getinfo pfc_n_cst_dwsrv_multitable

     
Full name
No Data

     
Name Scope
No Data