pfc_sortdlg


pfcmain.pbl   >   pfc_u_dw   >   pfc_sortdlg   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_sortdlg;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_SortDlg
//	Arguments:		None
//	Returns:			Integer - 1 if successful, 0 if user cancelled from sort dialog, -1 if error occured
//	Description:	Invokes the Sort dialog window.
//////////////////////////////////////////////////////////////////////////////
//	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_Sort) then	return inv_Sort.Event pfc_SortDlg()

return FAILURE
end event

     
Name Owner
pfc_u_tabpg_dwproperty_buffers.cb_sort.clicked cb_sort

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_sort.pfc_sortdlg pfc_n_cst_dwsrv_sort

     
Full name
No Data

     
Name Scope
No Data