try

Mon 01 January 2018

Syntax

try
   Protected StatementList
catchQualifiedID &ID
   StatementList
end-try

Description

Use the try statement as part of a try-catch block to trap exceptions thrown either by the system or by using the CreateException function.

Parameters

Field or Control

Definition

Protected StatementList

Specify the statements that are protected by the try-catch ...

read more

UIDisplayMode

Mon 01 January 2018

Syntax

UIDisplayMode()

Description

Use the UIDisplayMode function to return an Integer value indicating the user interface display mode of the current execution context (a combination of the active web profile configuration and the user’s browser):

read more

UnCheckMenuItem

Mon 01 January 2018

Syntax

UnCheckMenuItem(BARNAME.menubar_name, ITEMNAME.menuitem_name)

Description

Use the UnCheckMenuItem function to remove a check mark from the specified menu item.

Note: This function has been deprecated.

read more

Unencode

Mon 01 January 2018

Syntax

Unencode(URLString)

Description

Use the Unencode function to unencode URLString , converting all character codes of the form %xx where xx is a hex number, to the character represented by that number.

Parameters

Numeric Value

Description

0

Error (undefined)

1 ...

Field or Control

Definition

URLString

Specify the string you want unencoded. This parameter takes a string value ...

read more

Ungray

Mon 01 January 2018

Syntax

Ungray(scrollpath, target_row, [recordname.]fieldname)

where scrollpath is:

[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]] RECORD.target_recname

To prevent ambiguous references, you can also use SCROLL. scrollname , where scrollname is the same as the scroll level’s primary record name.

Description

Use the Ungray function to make a gray (non-editable ...

read more

Unhide

Mon 01 January 2018

Syntax

Unhide(scrollpath, target_row, [recordname.]fieldname)

where scrollpath is:

[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ]] RECORD.target_recname

To prevent ambiguous references, you can use SCROLL. scrollname , where scrollname is the same as the scroll level’s primary record name.

Description

Use the Unhide function to make a field visible that ...

read more

UnhideRow

Mon 01 January 2018

Syntax

UnhideRow(scrollpath, target_row)

Where scrollpath is:

[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ] RECORD.target_recname

To prevent ambiguous references, you can use SCROLL. scrollname , where scrollname is the same as the scroll level’s primary record name.

Description

Use the UnhideRow function to programmatically unhide a row that has been ...

read more

UnhideScroll

Mon 01 January 2018

Syntax

UnhideScroll(Scrollpath)

Where scrollpath is:

[RECORD.level1_recname, level1_row, [RECORD.level2_recname, level2_row, ] RECORD.target_recname

To prevent ambiguous references, you can use SCROLL. scrollname , where scrollname is the same as the scroll level’s primary record name.

Description

Use the UnhideScroll function to programmatically unhide a scroll area that has been ...

read more

UniformSeriesPV

Mon 01 January 2018

Syntax

UniformSeriesPV(int_rate,n_per)

Description

Use the UniformSeriesPV function to calculate the present value of a single monetary unit after a uniform series of payments at a specified interest rate.

Parameters

Field or Control

Definition

int_rate

A Number specifying the interest rate on the basis of which to calculate the ...

read more

Until

Mon 01 January 2018

Description

Use the Until keyword to terminate a repeat loop. See for more information.

read more