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)

Name Datatype
No Data

Name Datatype
ls_emptymsgparms String[]
ls_overridetitle String

public function integer of_message (string as_msgid);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_Message
//
//	Access:  		public
//
//	Arguments:
//	  as_msgid 		Error number to look up and retrieve message "look".
//
//	Returns:  		Integer
//						the button the user selected
//						-1 for failure
//
//	Description:  	Process passed in error index and display message box.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

String	ls_emptymsgparms[]
String	ls_overridetitle=''

Return of_Message (as_msgid, ls_emptymsgparms, ls_overridetitle)
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