Faq
How do you reference page items?
There are three ways to reference page items
This method is used in substitutions, for example in an HTML region -
For example the value of &P1_ITEM. would be inserted here
This is known as bind variable notation, and can used in SQL. You can read and set the value of an item with this notation, for example -
:P1_NAME := 'My name';
This notation has to be used in compiled code (e.g. a PL/SQL packaged function), it is also readonly. You cannot set the value of an item using this method.
I'm having installation problems. What do I do?
See the Installation
FAQ on OTN
FAQ comments