FILEOPEN - Crea cuadro de diálogo "Abrir..."

Sintaxis

FILEOPEN(mensaje,ruta,nombre,ext[,filtros[,mode]])

(en BBj 7.0 y superior)

FILEOPEN(mensaje,ruta,nombre,ext[,filtros[,mode[,MODE="CLIENT"]])

Descripción

La función FILEOPEN activa el cuadro de diálogo estándar "Abrir archivo...".

When the dialog is dismissed, this returns "::BAD::" (error encountered), "::CANCEL::" (user clicked Cancel), or the fully qualified path of the selected file. If the user chooses a name that already exists, overwrite is confirmed. This dialog does not actually cause any files to be saved but returns the name the user has selected.

In BBj 2.02 and higher, the FILEOPEN function and mnemonic is localized according to current STBL("!LOCALE") setting. For more information, see Localization.