BBjFileChooser::ensureFileNameIsVisible
Description
In BBj 7.00 and higher, invoke this method to ensure a specific file name is visible in the BBjFileChooser.
Syntax
Return Value |
Method |
void |
ensureFileNameIsVisible(string name) |
Parameters
Variable |
Description |
name |
The absolute name of the file to show. |
Return Value
None.
Remarks
Use only absolute file names or results may be inconsistent.
The BUI client-side file chooser ignores this method. See Interacting with client files in BUI and DWC for a detailed discussion of the BUI and DWC client-side file choosers.
Example
See Also
BBjFileChooser::getFileFilterContents
BBjFileChooser::getFileFilterNames
BBjFileChooser::removeFileFilter
BBjFileChooser::setActiveFileFilter
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.