of_MessageBox


pfcmain.pbl   >   pfc_u_dw   >   of_MessageBox   

Full name pfc_u_dw.of_MessageBox
Access protected
Extend of integer
Return value integer
Prototype protected function integer of_MessageBox(string,string,string,icon,button,integer)

Name Datatype
No Data

Name Datatype
No Data

protected function integer of_MessageBox (string as_id, string as_title, string as_text, icon ae_icon, button ae_button, integer ai_default);//////////////////////////////////////////////////////////////////////////////
//	Protected Function: of_MessageBox
//	Arguments:		as_id			An ID for the Message.
//						as_title  	Text for title bar
//						as_text		Text for the actual message.
//						ae_icon 		The icon you want to display on the MessageBox.
//						ae_button	Set of CommandButtons you want to display on the MessageBox.
//						ai_default  The default button.
//	Returns:			Integer - Return value of the MessageBox.
//	Description:	Display a PowerScript MessageBox.  
//						Allow PFC MessageBoxes to be manipulated prior to their actual display.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.0   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.
//////////////////////////////////////////////////////////////////////////////
return MessageBox(as_title, as_text, ae_icon, ae_button, ai_default)
end function

     
Name Owner
pfc_u_dw.of_CheckRequired pfc_u_dw
pfc_u_dw.sqlpreview pfc_u_dw
pfc_u_dw.dberror pfc_u_dw

     
Name Owner
systemfunctions.messagebox systemfunctions

     
Full name
No Data

     
Name Scope
No Data