of_setrequestor


pfcapsrv.pbl   >   pfc_n_cst_lvsrv   >   of_setrequestor   

Full name pfc_n_cst_lvsrv.of_setrequestor
Access public
Extend of integer
Return value integer
Prototype public function integer of_setrequestor(u_lvs)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setrequestor (u_lvs alv_requestor);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_SetRequestor
//
//	Access:  		public
//
//	Arguments:		
//	alv_requestor	The listview requesting this service
//
//	Returns:  		Integer
//						1 if it succeeds and -1 if an error occurs.
//
//	Description:  	Associates a listview with this service.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	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(alv_requestor) Or Not IsValid(alv_requestor) Then
	Return -1
End If

ilv_requestor = alv_requestor

Return 1
end function

     
Name Owner
pfc_u_lvs.of_setdatasource pfc_u_lvs
pfc_u_lvs.of_setbase pfc_u_lvs
pfc_u_lvs.of_setsort pfc_u_lvs

     
Name Owner
systemfunctions.isnull systemfunctions
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data