Home » Developer & Programmer » Forms » Oracle Developer Graphics 2.5
Oracle Developer Graphics 2.5 [message #78403] Wed, 20 February 2002 04:15 Go to next message
Rahul Sawant
Messages: 1
Registered: February 2002
Junior Member
How do i display message in Oracle Developer Graphics 2.5
like Developer Forms e.g. message('Help Me');pause;

Thanks

Rahul
Re: Oracle Developer Graphics 2.5 [message #78404 is a reply to message #78403] Wed, 20 February 2002 04:45 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
use

TOOL_ERR.MESSAGE
----------------
Syntax:
FUNCTION TOOL_ERR.MESSAGE
(i PLS_INTEGER := TOPERROR)
RETURN VARCHAR2;

Parameters:
----------
i Is an integer that specifies an error on the error stack.

Returns: An error message.

Description:
This function returns the formatted message associated with the ith error on the error stack (the default is the top-most error).
Previous Topic: forms_ddl problem
Next Topic: Invoking Command Line from Form Builder
Goto Forum:
  


Current Time: Fri Apr 26 18:37:31 CDT 2024