open


pfcdwsrv.pbl   >   pfc_w_sortmulti   >   open   

Full name pfc_w_sortmulti.open
Access public
Extend of
Return value
Prototype event open()

Name Datatype
No Data

Name Datatype
No Data

event open;call w_response::open;//////////////////////////////////////////////////////////////////////////////
//
//	Object Name:  pfc_w_sortmulti
//
//	Description:  A Specify Sort dialog in a dropdownlistbox style,
//					  reminiscent of the PB3 Sort Dialog.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Get the PowerObject
inv_sortattrib = Message.PowerObjectParm

// Start the base service.
of_SetBase (true)

// Center the window.
inv_base.of_Center()

// Allow window to close without the CloseQuery checks being performed.
ib_disableclosequery = True

end event

     
Name Owner
No Data

     
Name Owner
pfc_w_master.of_setbase pfc_w_master
pfc_n_cst_winsrv.of_center pfc_n_cst_winsrv
pfc_w_master.open pfc_w_master

     
Full name
demopfc

     
Name Scope
No Data