pfc_operators


pfcmain.pbl   >   pfc_u_dw   >   pfc_operators   

Full name pfc_u_dw.pfc_operators
Access public
Extend of integer
Return value integer
Prototype event integer pfc_operators()

Name Datatype
No Data

Name Datatype
No Data

event pfc_operators;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_operators
//	Arguments:		None
//	Returns:			Integer - 1 if successful, 0 if user cancelled from selection window, -1 if error occured
//	Description:	Allows user to select from a list of querymode operators
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						5.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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 IsValid (inv_QueryMode) then return inv_QueryMode.event pfc_operators()

return FAILURE
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_querymode.pfc_operators pfc_n_cst_dwsrv_querymode

     
Full name
No Data

     
Name Scope
No Data