timer


pfcapsrv.pbl   >   pfc_w_message   >   timer   

Full name pfc_w_message.timer
Access public
Extend of
Return value
Prototype event timer()

Name Datatype
No Data

Name Datatype
No Data

event timer;call w_response::timer;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_timer
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	After the specified time, Automatically close this window.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// The window is being by the timeout attribute.
inv_errorattrib.ii_rc = 1

// Store the default button that was passed in.
inv_errorattrib.ii_buttonclicked = inv_errorattrib.ii_default

// Store any User Input information
inv_errorattrib.is_usertext = mle_userinput.text

// Close the window.
CloseWithReturn(This, inv_errorattrib)
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.closewithreturn systemfunctions
window.timer window

     
Full name
pfc_w_message

     
Name Scope
No Data