Skip to topic | Skip to bottom
Home
You are here: TWiki > Apex Web > FaqCategory r7 - 08 May 2006 - 10:55 - JohnScott


Start of topic | Skip to actions

Faq

How do you reference page items?

There are three ways to reference page items

  • &ITEM_NAME.

This method is used in substitutions, for example in an HTML region -

For example the value of &P1_ITEM. would be inserted here

  • :ITEM_NAME

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';

  • v('ITEM_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

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r7 < r6 < r5 < r4 < r3 | More topic actions
This site is powered by the TWiki collaboration platformCopyright © 1999-2010 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback