of_linkto


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_linkto   

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

Name Datatype
No Data

Name Datatype
No Data

public function integer of_linkto (u_dw adw_master);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_LinkTo
//
//	Access:    		Public
//
//	Arguments:
//   adw_master:	The master datawindow reference
//
//	Returns:   		Integer
//	1 if it succeeds and -1 if an error occurs.
//
//	Description:  
//	Links the detail datawindow to the master.  
//
//	Note:
//	This function should only be called from subordinate datawindows.
//	
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version.
// 6.0 	Marked obsolete Replaced by of_SetMaster(...).
//
//////////////////////////////////////////////////////////////////////////////
//
//	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_SetMaster(adw_master)
end function

     
Name Owner
u_proftab.dw_master.constructor dw_master
u_persotab.dw_master.constructor dw_master
w_sheet_sales_order.dw_detail.constructor dw_detail

     
Name Owner
pfc_n_cst_dwsrv_linkage.of_setmaster pfc_n_cst_dwsrv_linkage

     
Full name
No Data

     
Name Scope
No Data