of_getregistered


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_getregistered   

Full name pfc_n_cst_dwsrv_linkage.of_getregistered
Access public
Extend of integer
Return value integer
Prototype public function integer of_getregistered(ref n_cst_linkageattrib)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getregistered (ref n_cst_linkageattrib anv_linkargs);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetRegistered
//
//	Access:    		Public
//
//	Arguments:
//   anv_linkargs:  An instance of the NVO class (Passed by reference)
//						  to hold the linkage argument values.
//
//	Returns:   		Integer
//   					1 if it succeeds and -1 if an error occurs.
//
//	Description:  	Return the NVO class containing the master/detail 
//						column links (or arguments )
//					  	The arguments are set in 'of_Register'
//
//	   Note: This function should only be called from subordinate datawindows.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version - Replaces obsoleted function of_getArguments(...)
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////
anv_linkargs = inv_linkargs 

Return 1
end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvlinkage.pfc_propertypopulate pfc_u_tabpg_dwproperty_srvlinkage

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data