open


pfcdwsrv.pbl   >   pfc_w_filtersimple   >   open   

Full name pfc_w_filtersimple.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_filtersimple
//
//	Description:  A Specify Filter dialog using a simple a=b metaphor
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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_filterattrib = Message.PowerObjectParm

SetPointer ( HourGlass! )

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

// Start the base service. 
of_SetBase (true)

// Center this window.
inv_base.of_Center()
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.setpointer systemfunctions
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