| item_name
| Specifies the name of the object created at design time. The data type of the
name is VARCHAR2 string.
|
| Item_id
| Specifies the unique ID that Form Builder assigns to the item when created.
Use the FIND_ITEM built-in to return the ID to an appropriately typed variable.
The data type of the ID is ITEM.
|
| search_string
| Specifies the VARCHAR2 search string.
|
| search_type
| Specifies the NUMBER search type. Possible values are:
FIND_NEXT FIND_NEXT_CHILD Searches just the children of the search_root node. |
| search_by
| Specifies the NUMBER to search by. Possible values are:
NODE_LABEL NODE_VALUE |
| search_root
| Specifies the root of the search tree.
|
| start_point
| Specifies the starting point in the NODE search.
|
-- Find the node with a label "Zetie".
find_node := Ftree.Find_Tree_Node(htree, 'Zetie', Ftree.FIND_NEXT,
Ftree.NODE_LABEL, Ftree.ROOT_NODE, Ftree.ROOT_NODE);
-- Find the node with a label "Doran"
-- starting at the first occurance of "Zetie".
find_node := Ftree.Find_Tree_Node(htree, 'Doran', Ftree.FIND_NEXT,
Ftree.NODE_LABEL, find_node, find_node);
IF NOT Ftree.ID_NULL(find_node) then
...
END IF;
END;
| The name you gave the visual attribute when you created it. The data type is
VARCHAR2.
|
| Outcome
| Returned Value
|
| success
| FALSE
|
| failure
| TRUE
|
| fatal error
| FALSE
|
| Outcome
| Returned Value
|
| success
| FALSE
|
| failure
| FALSE
|
| fatal error
| TRUE
|
| Outcome
| Returned Value
|
| success
| TRUE
|
| failure
| FALSE
|
| fatal error
| FALSE
|
| obj
| A pointer to the OLE object.
|
| memberid
| The member ID of the OLE property.
|
| persistence
| Controls the persistence of the OLEVAR argument after its retrieval. This is
an optional parameter; if not specified, the default value is FALSE (that is,
non-persistent).
|
| which
| A relative number indicating which argument in the OLE argument stack should
be retrieved.
|
| persistence
| Controls the persistence of the OLEVAR argument after its retrieval. This is
an optional parameter; if not specified, the default value is FALSE (that is,
non-persistent).
|
| obj
| Pointer to the OLE object.
|
| name
| Name of the object's method or property.
|
|
| Record Status
| Block Status
| Form Status
|
| Created record with no modified fields
| NEW
| <N|Q|C>
| <N|Q|C>
|
| ...and all records in current block are NEW
| NEW
| NEW
| <N|Q|C>
|
| ...and all blocks in current form are NEW
| NEW
| NEW
| NEW
|
| Type of Block/Type of Item Changed
| Record Status Before Change
| Record Status After Change
| Block Status
| Form Status
|
| In a Base Table Block: Change a Base Table Item
| NEW
| INSERT
| CHANGED
| CHANGED
|
| In a Base Table Block:Change a Base Table Item
| QUERY
| CHANGED
| CHANGED
| CHANGED
|
| In a Base Table Block:Change a Control Item
| QUERY
| QUERY
| <Q|C>
| <Q|C>
|
| ...and no record in current block is changed
|
| QUERY
| QUERY
| <Q|C>
|
| ...and no block in current form is changed
|
| QUERY
| QUERY
| QUERY
|
| In a Base Table Block: Change a Control Item
| NEW
| INSERT
| <Q|C>
| <Q|C>
|
| In a Control Block: Change a Control Item
| NEW
| INSERT
| <Q>
| <Q|C>
|
| ...and no record in current block is changed
|
| INSERT
| QUERY
| <Q|C>
|
| ...and no block in current form is changed
|
| INSERT
| QUERY
| QUERY
|
| item_name
| Specifies the name of the object created at design time. The data type of the
name is VARCHAR2 string.
|
| Item_id
| Specifies the unique ID that Form Builder assigns to the item when created.
Use the FIND_ITEM built-in to return the ID to an appropriately typed variable.
The data type of the ID is ITEM.
|
| node
| Specifies a valid node.
|
| item_name
| Specifies the name of the object created at design time. The data type of the
name is VARCHAR2 string.
|
| Item_id
| Specifies the unique ID that Form Builder assigns to the item when created.
Use the FIND_ITEM built-in to return the ID to an appropriately typed variable.
The data type of the ID is ITEM.
|
| node
| Specifies a valid node.
|
| property
| Specify one of the following properties:
NODE_STATE Returns the state of the hierarchical tree node. This is either EXPANDED_NODE, COLLAPSED_NODE, or LEAF_NODE. NODE_DEPTH Returns the nesting level of the hierarchical tree node. NODE_LABEL Returns the label NODE_ICON Returns the icon name NODE_VALUE Returns the value of the hierarchical tree node. |
| item_name
| Specifies the name you gave the object when you created it. The data type of
the name is VARCHAR2 string.
|
| Item_id
| Specifies the unique ID that Form Builder assigns to the item when created.
Use the FIND_ITEM built-in to return the ID to an appropriately typed variable.
The data type of the ID is ITEM.
|
| property
| Specify one of the following properties:
DATASOURCE Returns the source used to initially populate the hierarchical tree, either in Form Builder or by using the SET_TREE_PROPERTY built-in. Returns EXTERNAL if neither property was set in Form Builder. RECORD_GROUP Returns the RecordGroup used to initially populate the hierarchical tree, either in Form Builder or by using the SET_TREE_PROPERTY built-in.. This may be a null string. QUERY_TEXT Returns the text of the query used to initially populate the hierarchical tree, either in Form Builder or by using the SET_TREE_PROPERTY built-in.. This may be a null string. NODE_COUNT Returns the number of rows in the hierarchical tree data set. SELECTION_COUNT Returns the number of selected rows in the hierarchical tree. ALLOW_EMPTY_BRANCHES Returns the character string TRUE or FALSE. ALLOW_MULTI-SELECT Returns the character string TRUE or FALSE. |
| item_name
| Specifies the name of the object created at design time. The data type of the
name is VARCHAR2 string.
|
| Item_id
| Specifies the unique ID that Form Builder assigns to the item when created.
Use the FIND_ITEM built-in to return the ID to an appropriately typed variable.
The data type of the ID is ITEM.
|
| selection
| Specifies the selection of a single node.
|
| The unique ID Form Builder assinged to the visual attribute when you created
it. The data type is VISUALATTRIBUTE.
|
| The name you gave the visual attribute when you created it. The data type is
VARCHAR2.
|
| property
| Specify one of the following properties:
BACKGROUND_COLOR The color of the object's background region. FILL_PATTERN The pattern to be used for the object's fill region. Patterns are rendered in the two colors specified by Background Color and Foreground Color. FONT_NAME The font family, or typeface, that should be used for text in the object. The list of fonts available is system-dependent. FONT_SIZE The size of the font, specified in hundreds of points. For example, 8pt. would be 800. FONT_SPACING The width of the font, that is, the amount of space between characters (kerning). FONT_STYLE The style of the font. FONT_WEIGHT The weight of the font. FOREGROUND_COLOR The color of the object's foreground region. For items, the Foreground Color attribute defines the color of text displayed in the item. WHITE_ON_BLACK Specifies that the object is to appear on a monochrome bitmap display device as white text on a black background. |
| The variant.
|
| bounds
| The PL/SQL table that is populated with the bounds of the array.
For more information about the contents and layout of this parameter, see Array Types for OLE Support |
| The variant.
|
| The variant.
|
| Type of the variant.
|
| num_args
| Number of arguments that are to be passed to the method -- plus one.
|
| source
| Name of the OLE server that raised the exception condition.
|
| description
| Error message text.
|
| helpfile
| Name of the file in which the OLE server has additional error information.
|
| helpcontextid
| ID of a specific document in the above help file.
|
| group_name
| Specifies the name of the group.
|
| group_id
| Specifies the ID assigned to the group.
|
| item_name
| Specifies the name of the object created at design time. The data type of the
name is VARCHAR2 string.
|
| Item_id
| Specifies the unique ID that Form Builder assigns to the item when created.
Use the FIND_ITEM built-in to return the ID to an appropriately typed variable.
The data type of the ID is ITEM.
|
| node
| Specifies a valid node. If specified, indicates a sub-tree used to populate
the RecordGroup, including the specified node.
|
| item_name
| Specifies the name of the object created at design time. The data type of the
name is VARCHAR2 string.
|
| item_id
| Specifies the unique ID that Form Builder assigns to the item when created.
Use the FIND_ITEM built-in to return the ID to an appropriately typed variable.
The data type of the ID is ITEM.
|
| address
| A variable whose value is an address.
|
| The type to be given to the final version of the OLE variant (after its
processing by VARPTR_TO_VAR).
|