of_sort


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_sort   >   of_sort   

Full name pfc_n_cst_dwsrv_sort.of_sort
Access public
Extend of integer
Return value integer
Prototype public function integer of_sort()

Name Datatype
No Data

Name Datatype
li_rc integer

public function integer of_sort ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_Sort
//
//	Access:    		Public
//
//	Arguments: 		None
//
//	Returns:   		Integer
//   					1 if it succeeds and -1 if an error occurs.
//
//	Description:  	Sorts a datawindow and fires a message to the datawindow
//					 	to indicate that the current row may have changed.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////
integer	li_rc

li_rc = idw_Requestor.Sort() 

// Tell the datawindow that the buffer has changed and that the 
// current row may have new data.
idw_Requestor.Event pfc_rowchanged() 

Return li_rc
end function

     
Name Owner
pfc_n_cst_dwsrv_sort.pfc_clicked pfc_n_cst_dwsrv_sort
pfc_n_cst_dwsrv_sort.pfc_sortdlg pfc_n_cst_dwsrv_sort

     
Name Owner
datawindow.sort datawindow
pfc_u_dw.pfc_rowchanged pfc_u_dw

     
Full name
No Data

     
Name Scope
No Data