pfc_prermbmenuproperty


pfcmain.pbl   >   pfc_u_dw   >   pfc_prermbmenuproperty   

Full name pfc_u_dw.pfc_prermbmenuproperty
Access public
Extend of
Return value
Prototype event pfc_prermbmenuproperty(ref m_dw)

Name Datatype
No Data

Name Datatype
lb_desired boolean

event pfc_prermbmenuproperty;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_prermbmenuproperty
//	Description:	Event to provide isolation to the Shared variable.  
//						Used prior to displaying the popup menu.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.0.01 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.
//////////////////////////////////////////////////////////////////////////////
boolean lb_desired = false

// Enable or disable the appropriate entries on the popup menu.
if IsValid(inv_Property) then
	if inv_Property.of_IsPropertyOpen() = false then lb_desired = true
elseif IsValid(snv_property) then
	if snv_property.of_IsPropertyOpen() = false then lb_desired = true		
end if	
if lb_desired then
	am_dw.m_table.m_debug.Visible = true
	am_dw.m_table.m_debug.Enabled = true	
end if
end event

     
Name Owner
pfc_u_dw.rbuttonup pfc_u_dw

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_property.of_ispropertyopen pfc_n_cst_dwsrv_property

     
Full name
pfc_m_dw
pfc_u_dw
pfc_m_dw.m_table

     
Name Scope
No Data