of_resetarguments


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_resetarguments   

Full name pfc_n_cst_dwsrv_linkage.of_resetarguments
Access public
Extend of integer
Return value integer
Prototype public function integer of_resetarguments()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_resetarguments ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_ResetArguments
//
//	Access:    		Public
//
//	Arguments: 		None
//
//	Returns:  		Integer
// 					1 if it succeeds and -1 if an error occurs.
//
//	Description:  This function will remove any column linkages between the 
//               master and detail datawindow
//
//	   Note: This function should only be called from subordinate datawindows.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
// 6.0 	Marked obsolete Replaced by of_Unregister().
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return of_Unregister()
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_linkage.of_unregister pfc_n_cst_dwsrv_linkage

     
Full name
No Data

     
Name Scope
No Data