of_setrequestor


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv   >   of_setrequestor   

Full name pfc_n_cst_dwsrv.of_setrequestor
Access public
Extend of integer
Return value integer
Prototype public function integer of_setrequestor(u_dw)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setrequestor (u_dw adw_requestor);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_SetRequestor
//
//	Access:    Public
//
//	Arguments:
//   adw_Requestor   The datawindow requesting the service
//
//	Returns:  None
//
//	Description:  Associates a datawindow control with a datawindow service NVO
//			        by setting the idw_Requestor instance variable.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
// 6.0	Added function return code.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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(adw_requestor) or Not IsValid(adw_requestor) Then
	Return -1
End If

idw_Requestor = adw_Requestor
Return 1
end function

     
Name Owner
pfc_u_dw.of_SetBase pfc_u_dw
pfc_u_dw.of_SetDropDownSearch pfc_u_dw
pfc_u_dw.of_SetFilter pfc_u_dw
pfc_u_dw.of_SetFind pfc_u_dw
pfc_u_dw.of_SetLinkage pfc_u_dw
pfc_u_dw.of_SetMultiTable pfc_u_dw
pfc_u_dw.of_SetPrintPreview pfc_u_dw
pfc_u_dw.of_SetQueryMode pfc_u_dw
pfc_u_dw.of_SetReport pfc_u_dw
pfc_u_dw.of_SetRowManager pfc_u_dw
pfc_u_dw.of_SetRowSelect pfc_u_dw
pfc_u_dw.of_SetSort pfc_u_dw
pfc_u_dw.of_SetReqColumn pfc_u_dw
pfc_u_dw.of_SetProperty pfc_u_dw

     
Name Owner
systemfunctions.isnull systemfunctions
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data