In order to streamline the tools available and simplify the development process for building Forms applications for the Web, properties that are not applicable to Web deployment have been removed.
The following section is included:
Many properties, including those associated with character mode and menus, have been removed.
When you open a form that contains these obsolete properties, the properties are ignored and do not appear in Oracle Forms. Except as noted, code that attempts to use these properties at run time fails.
Table 6-1 Obsolete Properties
Obsolete Property | Applies to | Upgrade Notes |
---|---|---|
Character Mode Logical Attribute |
items, canvases, and so on. |
No upgrade option. |
Command Type |
menu items |
This property is partially obsolete. The only valid values are Null, PL/SQL, and Menu. If your menu module uses Plus, Form, or Macro, which are no longer valid values, the following PL/SQL code replaces the values in the Command Text property: Plus: /* HOST('sqlplus <old_code>'); */ null; Form: /* CALL_FORM(<old_code>); */ null; Macro: /* MACRO: <old_code>; */ null; where <old_code> is the value of the Command Text property before upgrade. The replacement PL/SQL code is commented out so that you can replace the original code with new PL/SQL code. |
Data Block Description |
blocks |
No upgrade option. |
Fixed Length |
items |
Use a format mask with the relevant number of placeholders to limit or control the length of data entered for an item. |
Help Description |
menu items |
No upgrade option. |
Listed in Data Block Menu |
blocks |
No upgrade option. |
List Type |
LOVs |
Because all LOVs are now based on record groups, this property is obsolete. |
Menu Source |
forms |
A value of Database is no longer valid. File is the only valid value for this property, which indicates that at run time, Forms uses the normal search path to locate the MMX file. |
Runtime Compatibility Mode |
forms |
Ignored at runtime. 5.0 behavior is always used. (See the Forms Developer online help for a description of run-time behavior.) To allow WHEN-VALIDATE-ITEM to run for NULL items, specify 4.5 for the DEFER_REQUIRED_ENFORCEMENT property. (If your Forms application used 4.5 as the Runtime Compatibility Mode property setting, the Oracle Forms Migration Assistant automatically sets the Defer Required Enforcement property to 4.5.) |
Trigger Style |
triggers |
All triggers are now PL/SQL triggers. |
White on Black |
items, canvases, and so on. |
No upgrade option. |