of_messagebox


pfcmain.pbl   >   pfc_w_master   >   of_messagebox   

Full name pfc_w_master.of_messagebox
Access protected
Override of integer
Return value integer
Prototype protected function integer of_messagebox(string,string,string,icon,button,integer)

Name Datatype
ae_button button
ae_icon icon
ai_default integer
as_id string
as_text string
as_title string

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);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  			of_MessageBox
//
//	Access:  			protected
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.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.
//
//////////////////////////////////////////////////////////////////////////////

Return MessageBox(as_title, as_text, ae_icon, ae_button, ai_default)
end function

     
Name Owner
pfc_w_logon.pfc_default pfc_w_logon
pfc_w_find.pfc_default pfc_w_find
pfc_w_print.pfc_printer pfc_w_print
pfc_w_print.pfc_default pfc_w_print
pfc_w_replace.pfc_findnext pfc_w_replace
pfc_w_replace.pfc_replace pfc_w_replace
pfc_w_replace.pfc_replaceall pfc_w_replace
pfc_w_filterextended.pfc_default pfc_w_filterextended
pfc_w_filtersimple.pfc_default pfc_w_filtersimple
pfc_w_master.pfc_help pfc_w_master
pfc_w_master.pfc_dberror pfc_w_master
pfc_w_master.closequery pfc_w_master
pfc_w_master.open pfc_w_master
pfc_w_master.close pfc_w_master
pfc_w_debuglog.pfc_preopen pfc_w_debuglog
w_logon.pfc_default w_logon

     
Name Owner
systemfunctions.messagebox systemfunctions

     
Full name
No Data

     
Name Scope
No Data