A script-enabled browser is required for this page to function properly.

FORMS_DISABLE_UNPAD_LOV

Default Value: FALSE

Valid values: TRUE, FALSE

When set to TRUE, this parameter allows the display of leading blank spaces of a text field that is attached to an LOV.

Example

Consider the following LOV that contains the following values:

'Values without leading space 1.'
'Values without leading space 2.'
'    Values with leading spaces 1.'
'    Values with leading spaces 2.'

The default behavior is that when a user enters 'Values%' or '    Values%', in the text field, only the following values are displayed:

'Values without leading space 1.'
'Values without leading space 2.'

When FORMS_DISABLE_UNPAD_LOV is defined and set to TRUE, then entering  'Values%' will result in:

'Values without leading space 1.'
'Values without leading space 2.'

and entering '    Values%' will result in

'    Values with leading spaces 1.'
'    Values with leading spaces 2.'