GET_FORM_PROPERTY [message #381137] |
Thu, 15 January 2009 06:50  |
mylraj
Messages: 16 Registered: January 2009 Location: Manama
|
Junior Member |
|
|
Hi,
can anyone please solve this
i am getting an error
frm 40738 argument 2 builtin get_form_property can not be null
FORM_NAME:=:SYSTEM.CURRENT_FORM;
--MESSAGE(FORM_NAME);
FIRST_BLOCK:=GET_FORM_PROPERTY(FORM_NAME,FIRST_BLOCK);
LAST_BLOCK:=GET_FORM_PROPERTY(FORM_NAME,LAST_BLOCK);
Regards
|
|
|
Re: GET_FORM_PROPERTY [message #381141 is a reply to message #381137] |
Thu, 15 January 2009 07:23   |
|
Oracle Forum Says...
Quote: | This usually occurs when an exception occurs in a plsql block in the form, like under when new form instance or when button pressed. The form can still be closed by clicking on the 'x' of the form itself, not the warning window.
Follow the instructions of the headstart manual on how to implement the when-button-pressed code (look at the example). You may want to play with the unhandled_exception line, since in some of my cases this line causes the unwanted behaviour.
|
http://forums.oracle.com/forums/thread.jspa?messageID=596514
Javed
[Updated on: Thu, 15 January 2009 07:24] Report message to a moderator
|
|
|
|
|