try
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 ... |
UIDisplayMode
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):
Numeric Value |
Description |
---|---|
0 |
Error (undefined) |
1 ... |
Field or Control |
Definition |
---|---|
URLString |
Specify the string you want unencoded. This parameter takes a string value ... |
Ungray
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 ...
Unhide
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 ...
UnhideRow
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 ...
UnhideScroll
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 ...
UniformSeriesPV
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 ... |
Until
Description
Use the Until keyword to terminate a repeat loop. See for more information.