of_messagebox


pfcmain.pbl   >   pfc_n_base   >   of_messagebox   

Full name pfc_n_base.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);//////////////////////////////////////////////////////////////////////////////
//
//	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_n_cst_security.of_setdatawindowcolumns pfc_n_cst_security
pfc_n_cst_security.of_setcontrolstatus pfc_n_cst_security
pfc_n_cst_tvsrv_levelsource.of_confirmdelete pfc_n_cst_tvsrv_levelsource
pfc_n_cst_luw.of_dberror pfc_n_cst_luw
pfc_n_cst_luw.of_endtranerror pfc_n_cst_luw
pfc_n_cst_luw.of_accepttext pfc_n_cst_luw
pfc_n_cst_lvsrv_datasource.of_ConfirmDelete pfc_n_cst_lvsrv_datasource
pfc_n_cst_error.of_processmessage pfc_n_cst_error
pfc_n_cst_dwsrv_linkage.of_checkrequired pfc_n_cst_dwsrv_linkage
pfc_n_cst_dwsrv_linkage.of_save pfc_n_cst_dwsrv_linkage
pfc_n_cst_dwsrv_rowmanager.of_confirmdelete pfc_n_cst_dwsrv_rowmanager
pfc_n_cst_dwsrv_find.of_replace pfc_n_cst_dwsrv_find
pfc_n_cst_sqlspy.of_savehistorytofile pfc_n_cst_sqlspy
pfc_n_cst_menu.of_sendmessage pfc_n_cst_menu
pfc_n_cst_mru.pfc_open pfc_n_cst_mru
pfc_n_cst_mru.pfc_close pfc_n_cst_mru
pfc_n_cst_appmanager.pfc_open pfc_n_cst_appmanager
pfc_n_cst_appmanager.pfc_close pfc_n_cst_appmanager
pfc_n_cst_appmanager.pfc_systemerror pfc_n_cst_appmanager
pfc_n_cst_dwsrv_linkage.pfc_predeleterow pfc_n_cst_dwsrv_linkage
pfc_n_cst_dwsrv_rowmanager.pfc_restorerow pfc_n_cst_dwsrv_rowmanager
n_cst_appmanager.pfc_logon n_cst_appmanager

     
Name Owner
systemfunctions.messagebox systemfunctions

     
Full name
No Data

     
Name Scope
No Data