of_message


pfcapsrv.pbl   >   pfc_n_cst_error   >   of_message   

Full name pfc_n_cst_error.of_message
Access public
Extend of integer
Return value integer
Prototype public function integer of_message(string,string,icon,button,integer)

Name Datatype
No Data

Name Datatype
lb_print Boolean
lb_userinput Boolean
li_severity Integer

public function integer of_message (string as_title, string as_message, icon ae_icon, button ae_buttonstyle, integer ai_default);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  			of_Message
//
//	Access:  			public
//
//	Arguments:
//		as_title  		Text for title bar
//		as_message
//		ae_icon 			The icon you want to display on the left side of the response
//							window
//		ae_buttonstyle	Set of CommandButtons you want to display at the bottom of the 
//							response window
//		ai_default  	The number of the button you want to be the default button 
//
//	Returns:  integer
//	
//
//	Description:  This function is  called within an appliation to 
//						display a message, i.e. messagebox
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Integer 	li_severity=0
Boolean 	lb_userinput=False
Boolean 	lb_print=False

Return of_message (	as_title, as_message, ae_icon, ae_buttonstyle, ai_default, &
							li_severity, lb_print, lb_userinput )

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_error.of_message pfc_n_cst_error

     
Full name
No Data

     
Name Scope
No Data