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)

Name Datatype
No Data

Name Datatype
lb_print Boolean
lb_userinput Boolean
li_defaultbutton Integer
li_severity Integer

public function integer of_message (string as_title, string as_message);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_Message
//
//	Access:  		public
//
//	Arguments:
//		as_title 	Text for title bar.
//		as_message	Error message.
//			
//	Returns:  		integer
//	
//
//	Description:  This function is  called within an application 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_defaultbutton=1
Integer 	li_severity=0
Boolean 	lb_userinput=False
Boolean 	lb_print=False

Return of_message(as_title, as_message, information!, ok!, li_defaultbutton, &
						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