BROWSE Widget

11
Ingles español Progress 4GL Reference PreviousNext BROWSE widget ------------------------------------------------------ -------------------------- A browse widget lets you see data and select records from all the records associated with a database query. You can define a static browse widget with the or a dynamic browse widget with the CREATE BROWSE statement. The CREATE BROWSE is valid only in a graphical interface. A browse can be either a read- only tool for browsing through records, or it can be an editing tool for updating records, depending on the options you specify. You can move and resize the browse and its components. Specifically, in graphical interfaces, you can move and resize the browse, move and change the width of the browse-column, and change the height of the browse-row. You can do all this through direct manipulation (by pointing, clicking, and dragging) and through the 4GL. For more information, see the OpenEdge Development: Progress 4GL Handbook. You can also use the mouse wheel to scroll the browse widget horizontally and vertically in Windows. When you rotate the mouse wheel up and down, the browse scrolls vertically up and down. When you rotate the mouse wheel up and down while holding down the Ctrl key, the browse scrolls horizontally left and right. You can specify the number of rows the browse scrolls up and down per click of the mouse wheel on the Wheel tab in the Windows Mouse Properties dialog box (accessed through the Windows Control Panel). The following figure shows a read-only browse widget: Progreso 4GL Referencia AnteriorSiguiente widget de BUSCA -------------------------------------------------- ------------------------------ Un widget de exploración le permite ver los datos y registros de selección de todos los registros relacionados con una consulta de base de datos. Puede definir un widget de exploración estático con el o un widget de navegación dinámica con la declaración BUSCA CREAR. La BUSCA CREAR sólo es válida en una interfaz gráfica. Una exploración puede ser una herramienta de sólo lectura para la navegación a través de los registros, o puede ser una herramienta de edición para la actualización de los registros, dependiendo de las opciones que especifique. Puede mover y cambiar el tamaño de la exploración y de sus componentes. En concreto, en las interfaces gráficas, se puede mover y cambiar el tamaño de la exploración, mover y cambiar el ancho de columna de navegación de la, y cambiar la altura de la fila de exploración. Usted puede hacer todo esto a través de la manipulación directa (por apuntar, hacer clic y arrastrar) ya través de la 4GL. Para obtener más información, consulte el Desarrollo OpenEdge: Progreso 4GL Manual. También puede utilizar la rueda del ratón para desplazarse el widget de exploración horizontal y vertical en Windows. Al girar la rueda del ratón hacia arriba y hacia abajo, los rollos de exploración vertical de arriba y abajo. Al girar la rueda del ratón hacia arriba y hacia abajo mientras mantiene pulsada la tecla Ctrl, los rollos de exploración horizontal a izquierda y derecha. Se puede especificar el número de filas de los pergaminos de navegación hacia arriba y abajo por clic de la rueda del ratón sobre la pestaña de la rueda en el cuadro de diálogo Propiedades de mouse de Windows (se accede a través del panel de control de Windows). La siguiente figura muestra una de sólo lectura navegar tu currículum:

Transcript of BROWSE Widget

Page 1: BROWSE Widget

Ingles español

Progress 4GL Reference

PreviousNext

BROWSE widget

--------------------------------------------------------------------------------

A browse widget lets you see data and select records from all the records associated with a database query. You can define a static browse widget with the or a dynamic browse widget with the CREATE BROWSE statement. The CREATE BROWSE is valid only in a graphical interface. A browse can be either a read-only tool for browsing through records, or it can be an editing tool for updating records, depending on the options you specify.

You can move and resize the browse and its components. Specifically, in graphical interfaces, you can move and resize the browse, move and change the width of the browse-column, and change the height of the browse-row. You can do all this through direct manipulation (by pointing, clicking, and dragging) and through the 4GL. For more information, see the OpenEdge Development: Progress 4GL Handbook.

You can also use the mouse wheel to scroll the browse widget horizontally and vertically in Windows. When you rotate the mouse wheel up and down, the browse scrolls vertically up and down. When you rotate the mouse wheel up and down while holding down the Ctrl key, the browse scrolls horizontally left and right. You can specify the number of rows the browse scrolls up and down per click of the mouse wheel on the Wheel tab in the Windows Mouse Properties dialog box (accessed through the Windows Control Panel).

The

following figure shows a read-only browse widget:

The following figure shows an updateable browse. Note the inline editing capability in the focused row:

Progreso 4GL Referencia

AnteriorSiguiente

widget de BUSCA

-------------------------------------------------- ------------------------------

Un widget de exploración le permite ver los datos y registros de selección de todos los registros relacionados con una consulta de base de datos. Puede definir un widget de exploración estático con el o un widget de navegación dinámica con la declaración BUSCA CREAR. La BUSCA CREAR sólo es válida en una interfaz gráfica. Una exploración puede ser una herramienta de sólo lectura para la navegación a través de los registros, o puede ser una herramienta de edición para la actualización de los registros, dependiendo de las opciones que especifique.

Puede mover y cambiar el tamaño de la exploración y de sus componentes. En concreto, en las interfaces gráficas, se puede mover y cambiar el tamaño de la exploración, mover y cambiar el ancho de columna de navegación de la, y cambiar la altura de la fila de exploración. Usted puede hacer todo esto a través de la manipulación directa (por apuntar, hacer clic y arrastrar) ya través de la 4GL. Para obtener más información, consulte el Desarrollo OpenEdge: Progreso 4GL Manual.

También puede utilizar la rueda del ratón para desplazarse el widget de exploración horizontal y vertical en Windows. Al girar la rueda del ratón hacia arriba y hacia abajo, los rollos de exploración vertical de arriba y abajo. Al girar la rueda del ratón hacia arriba y hacia abajo mientras mantiene pulsada la tecla Ctrl, los rollos de exploración horizontal a izquierda y derecha. Se puede especificar el número de filas de los pergaminos de navegación hacia arriba y abajo por clic de la rueda del ratón sobre la pestaña de la rueda en el cuadro de diálogo Propiedades de mouse de Windows (se accede a través del panel de control de Windows).

La siguiente figura muestra una de sólo lectura navegar tu currículum:

La siguiente figura muestra un browse actualizable. Tenga en cuenta la capacidad de edición en línea de la fila enfocada:

Page 2: BROWSE Widget

Attributes

When describing browse attributes, it is important to understand the scope of each attribute. An attribute can apply to:

The browse widget as a whole.

A single browse column.

A single browse cell. In this case, the attribute applies to only the single cell at the intersection of the named column and the focused row.

Both the browse as a whole and a cell or column. For example, in the same trigger, you could change the background color of the whole browse to blue and the background color of the current cell to yellow.

When you want to reference an attribute that applies to the browse as a whole, the correct syntax is as follows:

browse-name:attribute-name IN FRAME frame-name (for a static browse)

OR

browse-handle:attribute-name (for a dynamic or static browse)

The IN FRAME qualifier is only necessary for a static browse to avoid ambiguity.

When an attribute applies to a column or a cell, the identifier is the field or variable name as listed in the DEFINE BROWSE statement. This identifier is known as the column name. The browse column’s widget-handle may also be used. Here is the syntax:

column-name:attribute-name IN BROWSE browse-name (static browse column)

OR

column-handle:attribute-name (dynamic or static browse column)

Atributos

Al describir los atributos de navegación, es importante para comprender el alcance de cada atributo. Un atributo puede aplicarse a:

El widget de exploración en su conjunto.

Una columna de navegación única.

Una sola célula de exploración. En este caso, el atributo se aplica sólo a la célula única en la intersección de la columna con nombre y la fila enfocada.

Tanto el navegar como un todo y una célula o columna. Por ejemplo, en el mismo gatillo, puede cambiar el color de fondo de toda la exploración a azul y el color de fondo de la celda actual a amarillo.

Cuando se quiere hacer referencia a un atributo que se aplica a la exploración en su conjunto, la sintaxis correcta es la siguiente:

navegar-name: nombre-atributo EN MARCO frame-name (para una exploración estática)

Or

navegar mango: atributo de nombre (para una exploración dinámica o estática)

El calificador MARCO EN sólo es necesaria para una navegación estática para evitar la ambigüedad.

Cuando un atributo se aplica a una columna o una celda, el identificador es el nombre del campo o variable como aparece en la declaración BUSCA DEFINIR. Este identificador se conoce como el nombre de la columna. Widget de mango del la columna de navegación también se puede utilizar. Esta es la sintaxis:

nombre-columna: nombre-atributo EN BUSCA browse-nombre (columna de navegación estática)

Or

columna-mango: nombre-atributo (columna dinámica o estática de exploración)

Page 3: BROWSE Widget

The IN BROWSE qualifier is only necessary for a static browse to avoid ambiguity, but it is good programming practice to always include it, especially when you reference the same field as a separate widget type.

The following table lists all the attributes for the browse widget, whether they are readable and writeable, and their scope:

Attribute Readable/writeable Applies to

ALLOW-COLUMN-SEARCHING attribute3 Readable/writeable Browse

AUTO-RESIZE attribute3 Readable/writeable Column

AUTO-VALIDATE attribute Readable/writeable Column

AUTO-ZAP attribute Readable/writeable Cell

BGCOLOR attribute1 Readable/writeable Browse, cell

BUFFER-FIELD attribute Readable Column

COLUMN attribute Readable/writeable (browse), readable (cell) Browse, cell

COLUMN-BGCOLOR attribute Readable/writeable Column

COLUMN-DCOLOR attribute2 Readable/writeable Column

COLUMN-FGCOLOR attribute Readable/writeable Column

COLUMN-FONT attribute Readable/writeable Column

COLUMN-MOVABLE attribute3 Readable/writeable Browse

COLUMN-PFCOLOR attribute2 Readable/writeable Column

COLUMN-READ-ONLY attribute Readable/writeable Column

COLUMN-RESIZABLE attribute3 Readable/writeable Browse

COLUMN-SCROLLING attribute Readable/writeable Browse

CONTEXT-HELP-ID attribute Readable/writeable Browse

CURRENT-COLUMN attribute Readable/writeable Browse

CURRENT-ROW-MODIFIED attribute Readable Browse

CURSOR-OFFSET attribute Readable/writeable Column, cell

DATA-TYPE attribute Readable Column

DCOLOR attribute2 Readable (browse), Readable/writeable (cell) Browse, cell

El calificador BUSCA EN sólo es necesaria para una navegación estática para evitar la ambigüedad, pero es una buena práctica de programación para incluir siempre, sobre todo cuando se hace referencia al mismo campo como un tipo de widget de separado.

La siguiente tabla muestra todos los atributos para el widget de exploración, si son de lectura y escritura, y su ámbito de aplicación:

Atributo legible / escribible aplica a

PERMITIR-COLUMNA-SEARCHING Attribute3 legible / escribible Navegar

El redimensionamiento automático Attribute3 Columna legible / escribible

AUTO-VALIDAR atributo de lectura mecánica de columna / grabable

AUTO-ZAP atributo legible / escribible Celular

BGCOLOR atributo1 legible / escribible Examinar célula

BUFFER-campo de atributo de columna de lectura mecánica

COLUMNA atributo legible / escribible (examinar), legible (celular) Navegar, celular

COLUMNA-BGCOLOR atributo de lectura mecánica de columna / grabable

COLUMNA-DCOLOR atributo2 Legible Columna / grabable

COLUMNA-FGCOLOR atributo de lectura mecánica de columna / grabable

COLUMNA-FONT atributo de lectura mecánica de columna / grabable

Attribute3 COLUMNA MOVIL legible / escribible Navegar

COLUMNA-PFCOLOR atributo2 Legible Columna / grabable

COLUMNA-atributo de sólo lectura legible Columna / grabable

Attribute3 COLUMNA DIMENSIONABLE legible / escribible Navegar

COLUMNA-SCROLLING atributo legible / escribible Navegar

CONTEXTO-HELP-ID atributo legible / escribible Navegar

CORRIENTE EN COLUMNA atributo legible / escribible Navegar

Atributo ACTUAL-ROW-MODIFICADO Legible Navegar

CURSOR-OFFSET atributo de lectura mecánica / columna grabable, célula

DATOS DE TIPO atributo Columna de lectura mecánica

Page 4: BROWSE Widget

DISABLE-AUTO-ZAP attribute Readable/writeable Column

DOWN attribute3 Readable/writeable Browse

DROP-TARGET attribute Readable/writeable Browse

DYNAMIC attribute Readable Browse

EDIT-CAN-PASTE attribute1 3 Readable/writeable Column

EDIT-CAN-UNDO attribute Readable/writeable Column

EXPANDABLE attribute3 Readable/writeable Browse

FGCOLOR attribute1 Readable/writeable Browse, cell

FIRST-COLUMN attribute Readable Browse

FIT-LAST-COLUMN attribute Readable/Writeable Browse

FOCUSED-ROW attribute Readable Browse

FOCUSED-ROW-SELECTED attribute Readable Browse

FONT attribute1 Readable/writeable Browse, cell

FRAME attribute Readable/writeable Browse

FRAME-COL attribute Readable Browse

FRAME-NAME attribute Readable Browse

FRAME-ROW attribute Readable Browse

FRAME-X attribute Readable Browse

FRAME-Y attribute Readable Browse

HANDLE attribute Readable Browse, cell

HEIGHT-CHARS attribute3 Readable/writeable Browse, cell

HEIGHT-PIXELS attribute3 Readable/writeable Browse, cell

HELP attribute Readable/writeable Browse, column

HIDDEN attribute Readable/writeable Browse

HTML-CHARSET attribute3 Readable Browse

INPUT-VALUE attribute Readable Cell

LABEL attribute Readable/writeable Column

LABELS attribute3 Readable/writeable Browse

LABEL-BGCOLOR attribute Readable/writeable Column

LABEL-DCOLOR attribute2 Readable/writeable Column

LABEL-FGCOLOR attribute Readable/writeable Column

LABEL-FONT attribute Readable/writeable Column

MAX-DATA-GUESS attribute Readable/writeable Browse

DCOLOR atributo2 Legible (examinar), legible / escribible (celular) Navegar, celular

DISABLE-AUTO-ZAP atributo de lectura mecánica de columna / grabable

ABAJO Attribute3 legible / escribible Navegar

DROP-destino de atributo legible / escribible Navegar

Atributo DINÁMICO Legible Navegar

EDITAR-CAN-PASTE atributo1 3 Legible Columna / grabable

EDITAR-CAN-UNDO atributo de lectura mecánica de columna / grabable

Attribute3 EXPANDIBLE legible / escribible Navegar

FGCOLOR atributo1 legible / escribible Examinar célula

Atributo PRIMERA COLUMNA Legible Navegar

FIT-LAST-columna de atributos de lectura mecánica / Se puede escribir Navegar

-ROW ENFOCADO atributo Legible Navegar

Atributo seleccionado-ROW ENFOCADO Legible Navegar

FUENTE atributo1 legible / escribible Examinar célula

MARCO atributo legible / escribible Navegar

FRAME-COL atributo Legible Navegar

Atributo FRAME-nombre legible Navegar

Atributo FRAME-ROW Legible Navegar

Atributo FRAME-X Legible Navegar

Atributo FRAME-Y Legible Navegar

Atributo de gestor de lectura en Examinar célula

ALTURA-CHARS Attribute3 legible / escribible Examinar célula

ALTURA-PIXELS Attribute3 legible / escribible Navegar, célula

AYUDA atributo legible / escribible Navegar, columna

Atributo HIDDEN legible / escribible Navegar

HTML-charset Attribute3 Legible Navegar

ENTRADA-Valor de la característica de lectura mecánica de la célula

Etiqueta del atributo de lectura mecánica de columna / grabable

ETIQUETAS Attribute3 legible / escribible Navegar

LABEL-BGCOLOR atributo de lectura mecánica de columna / grabable

LABEL-DCOLOR atributo2 Legible Columna / grabable

LABEL-FGCOLOR atributo de lectura mecánica de columna / grabable

Page 5: BROWSE Widget

MENU-KEY attribute Readable/writeable Browse

MENU-MOUSE attribute1 Readable/writeable Browse

MIN-COLUMN-WIDTH-CHARS attribute Readable/writeable Browse

MIN-COLUMN-WIDTH-PIXELS attribute Readable/writeable Browse

MODIFIED attribute Readable Browse, column

MOUSE-POINTER attribute Readable Browse, column

MOVABLE attribute13 Readable/writeable Browse, column

MULTIPLE attribute Readable Browse

NAME attribute Readable/writeable Browse, cell

NEW-ROW attribute Readable Browse

NEXT-COLUMN attribute Readable Column

NEXT-SIBLING attribute Readable Browse

NEXT-TAB-ITEM attribute Readable Browse

NO-EMPTY-SPACE attribute Readable/writeable Browse

NO-VALIDATE attribute Readable/writeable Browse

NUM-COLUMNS attribute Readable Browse

NUM-DROPPED-FILES attribute Readable Browse

NUM-ITERATIONS attribute Readable Browse

NUM-LOCKED-COLUMNS attribute Readable/writeable Browse

NUM-SELECTED-ROWS attribute Readable Browse

NUM-VISIBLE-COLUMNS attribute Readable Browse

PARENT attribute Readable/writeable Browse

PFCOLOR attribute2 Readable/writeable Cell

POPUP-MENU attribute Readable/writeable Browse

PREV-COLUMN attribute Readable Column

PREV-SIBLING attribute Readable Browse

PREV-TAB-ITEM attribute Readable Browse

PRIVATE-DATA attribute Readable/writeable Browse, column

QUERY attribute Readable/writeable Browse

READ-ONLY attribute Readable/writeable Browse, column

REFRESHABLE attribute Readable/writeable Browse

RESIZABLE attribute13 Readable/writeable Browse, column

ROW attribute Readable/writeable (browse), readable (cell) Browse, cell

ETIQUETA-FONT atributo de lectura mecánica de columna / grabable

MAX-DATA-GUESS atributo legible / escribible Navegar

MENÚ-KEY atributo legible / escribible Navegar

MENÚ-MOUSE atributo1 legible / escribible Navegar

MIN-COLUMNA-width-CHARS atribuyen legible / escribible Navegar

MIN-COLUMNA-ANCHO-PIXELS atributo legible / escribible Navegar

Atributo MODIFICADO legible en Examinar, en la columna

Puntero del ratón atributo de lectura mecánica en Examinar, en la columna

Attribute13 MUEBLES legible / escribible Navegar, columna

Atributo MULTIPLE Legible Navegar

NOMBRE atributo legible / escribible Examinar célula

NEW-ROW atributo Legible Navegar

SIGUIENTE COLUMNA atributo Columna de lectura mecánica

PRÓXIMA HERMANO atributo Legible Navegar

SIGUIENTE-TAB-atributo del elemento legible Navegar

NO-VACÍO-SPACE atributo legible / escribible Navegar

NO-VALIDAR atributo legible / escribible Navegar

NUM-columnas de atributos de lectura mecánica Navegar

Atributo CAÍDO-NUM-archivos legibles Navegar

NUM-ITERACIONES atribuyen Legible Navegar

-Columnas bloqueadas-NUM atribuyen legible / escribible Navegar

-FILAS SELECCIONADAS-NUM atribuyen Legible Navegar

NUM-VISIBLE-columnas de atributos de lectura mecánica Navegar

PADRES atributo legible / escribible Navegar

PFCOLOR atributo2 legible / escribible Celular

POPUP MENU-atributo legible / escribible Navegar

PREV-columna de atributos Columna de lectura mecánica

PREV-HERMANO atributo Legible Navegar

PREV-TAB-atributo del elemento legible Navegar

PRIVATE-DATOS atribuyen legible / escribible Navegar, columna

Consulta de atributos legible / escribible Navegar

Atributo de sólo lectura legible / escribible Navegar, columna

Actualizables atributo legible / escribible Navegar

Page 6: BROWSE Widget

ROW-HEIGHT-CHARS attribute3 Readable/writeable Browse

ROW-HEIGHT-PIXELS attribute3 Readable/writeable Browse

ROW-RESIZABLE attribute3 Readable/writeable Browse

ROW-MARKERS attribute Readable Browse

SCREEN-VALUE attribute Readable/writeable Cell

SCROLLBAR-VERTICAL attribute3 Readable/writeable Browse

SELECTABLE attribute13 Readable/writeable Browse

SELECTED attribute13 Readable/writeable Browse

SELECTION-END attribute Readable Column

SELECTION-START attribute Readable Column

SELECTION-TEXT attribute Readable Column

SENSITIVE attribute Readable/writeable Browse

SEPARATORS attribute3 Readable/writeable Browse

SEPARATOR-FGCOLOR attribute3 Readable/writeable Browse

TAB-POSITION attribute Readable Browse

TAB-STOP attribute Readable/writeable Browse

TABLE attribute Readable Column

TEXT-SELECTED attribute Readable Column

TITLE attribute Readable/writeable Browse

TITLE-BGCOLOR attribute1 Readable Browse

TITLE-DCOLOR attribute2 Readable Browse

TITLE-FGCOLOR attributee1 Readable Browse

TITLE-FONT attribute1 Readable Browse

TOOLTIP attributee13 Readable/writeable Browse

TYPE attribute Readable Browse, cell

VIEW-FIRST-COLUMN-ON-REOPEN attribute Readable/Writeable Browse

VISIBLE attribute4 Readable/writeable Browse, column

WIDTH-CHARS attribute3 Readable/writeable Browse, cell, column

WIDTH-PIXELS attribute3 Readable/writeable Browse, cell, column

WINDOW attribute Readable Browse

X attribute Readable/writeable (browse), readable (cell) Browse, cell

Attribute13 DIMENSIONABLE legible / escribible Navegar, columna

ROW atributo legible / escribible (examinar), legible (celular) Navegar, celular

ROW-altura CHARS Attribute3 legible / escribible Navegar

ROW-ALTURA-PIXELS Attribute3 legible / escribible Navegar

Attribute3-ROW DIMENSIONABLE legible / escribible Navegar

ROW-MARCADORES atribuyen Legible Navegar

SCREEN-Valor de la característica legible / escribible Celular

SCROLLBAR-VERTICAL Attribute3 legible / escribible Navegar

SELECCIONABLES attribute13 legible / escribible Navegar

SELECCIONADO attribute13 legible / escribible Navegar

SELECCIÓN DE FIN atributo Columna de lectura mecánica

SELECCIÓN DE INICIO atributo Columna Legible

SELECCIÓN-TEXT atributo Columna Legible

Atributo SENSITIVE legible / escribible Navegar

SEPARADORES Attribute3 legible / escribible Navegar

SEPARADOR-FGCOLOR Attribute3 legible / escribible Navegar

TAB-POSICIÓN atributo Legible Navegar

TAB-STOP atributo legible / escribible Navegar

Tabla de atributos de columna de lectura mecánica

Atributo TEXT-SELECCIONADO Columna de lectura mecánica

TÍTULO atributo legible / escribible Navegar

Atributo1 TITLE-BGCOLOR Legible Navegar

TITLE-DCOLOR atributo2 Legible Navegar

TITLE-FGCOLOR attributee1 Legible Navegar

TÍTULO-FONT atributo1 Legible Navegar

Attributee13 TOOLTIP legible / escribible Navegar

Atributo TYPE Legible Examinar célula

VIEW-PRIMERA-COLUMNA-ON-REOPEN atribuir legible / Se puede escribir Navegar

Attribute4 VISIBLE legible / escribible Navegar, columna

ANCHO-CHARS Attribute3 legible / escribible Navegar, celda, columna

ANCHO-PIXELS Attribute3 legible / escribible Navegar, celda, columna

Atributo VENTANA Legible Navegar

Page 7: BROWSE Widget

Y attribute Readable/writeable, (browse), readable (cell) Browse, cell

Graphical interfaces only.

Character interfaces only.

Windows only.

Windows only for column only.

Methods

Methods

ADD-CALC-COLUMN( ) method

ADD-COLUMNS-FROM( ) method

ADD-LIKE-COLUMN( ) method

CLEAR-SELECTION( ) method

CREATE-RESULT-LIST-ENTRY( ) method

DELETE-RESULT-LIST-ENTRY( ) method

DELETE-CURRENT-ROW( ) method

DELETE-SELECTED-ROW( ) method

DELETE-SELECTED-ROWS( ) method

DESELECT-FOCUSED-ROW( ) method

DESELECT-ROWS( ) method

DESELECT-SELECTED-ROW( ) method

EDIT-CLEAR( ) method

EDIT-COPY( ) method

EDIT-CUT( ) method

EDIT-PASTE( ) method

EDIT-UNDO( ) method

END-FILE-DROP( ) method

FETCH-SELECTED-ROW( ) method

GET-BROWSE-COLUMN( ) method GET-DROPPED-FILE( ) method

GET-REPOSITIONED-ROW( ) method

INSERT-ROW( ) method

X atributo legible / escribible (examinar), legible (celular) Navegar, celular

Y atributo legible / escribible, (examinar), legible (celular) Navegar, celular

Sólo interfaces gráficas.

Carácter interactúa solamente.

Sólo para Windows.

Sólo Windows para única columna.

Métodos

Métodos

Método ADD-CALC-COLUMNA ()

Add-COLUMNAS DE-método ()

Método ADD-LIKE-COLUMNA ()

Método CLEAR-elección ()

Método Create-RESULTADO-LISTA-ENTRADA ()

Método DELETE-RESULTADO-LISTA-ENTRADA ()

BORRAR-CURRENT ROW-método ()

Método fila seleccionada SUPR-()

Método-FILAS SELECCIONADAS BORRAR-()

Método-ROW ENFOCADO-DESELECCIONAR ()

Anule la selección de método-FILAS ()

Método fila seleccionada-DESELECCIONAR ()

Método Edit-CLEAR ()

Método Edit-Copy ()

Método Edit-CUT ()

Método Edit-Paste ()

Método Edición-Deshacer ()

Método END-ARCHIVO-DROP ()

Método fila seleccionada-FETCH ()

Método de archivo soltado-GET método GET-NAVEGAR EN COLUMNA () ()

Método-ROW reposicionado-GET ()

Page 8: BROWSE Widget

IS-ROW-SELECTED( ) method

LOAD-MOUSE-POINTER ( ) method

MOVE-AFTER-TAB-ITEM( ) method

MOVE-BEFORE-TAB-ITEM( ) method

MOVE-COLUMN( ) method

MOVE-TO-BOTTOM( ) method

MOVE-TO-TOP( ) method

REFRESH( ) method

SCROLL-TO-CURRENT-ROW( ) method

SCROLL-TO-SELECTED-ROW( ) method

SELECT-ALL( ) method

SELECT-FOCUSED-ROW( ) method

SELECT-NEXT-ROW( ) method

SELECT-PREV-ROW( ) method

SELECT-ROW( ) method

SET-REPOSITIONED-ROW( ) method

SET-SELECTION( ) method

VALIDATE( ) method

Events

Event type Supported

Universal key function events

Navigation key function events

Field editing key function events

Default keyboard events

Mouse events

General direct manipulation events –

Frame-only direct manipulation events –

Developer events

DEFAULT-ACTION

Método INSERT-ROW ()

Método seleccionado IS-ROW ()

Método de carga-puntero del ratón ()

El método MOVE-AFTER-TAB-PUNTO ()

Método Move-ANTES-TAB-PUNTO ()

El método MOVE-COLUMNA ()

MUDANZA A-BOTTOM () método

El método MOVE-A-TOP ()

Método REFRESH ()

SCROLL-A-CURRENT ROW-método ()

Método fila seleccionada-Scroll-A ()

Método SELECT-ALL ()

Método-ROW ENFOCADO SELECT-()

SELECT-NEXT-ROW () método

Método SELECT-PREV-ROW ()

Método SELECT-ROW ()

Método de ROW-reposicionado SET ()

Método de selección establecidos ()

Método validate ()

Eventos

Tipo de evento Apoyado

Eventos de teclas de función Universal

Eventos de función Tecla de navegación

Eventos de teclas de función de edición de Campo

Eventos de teclado predeterminados

Los eventos del mouse

Eventos de manipulación directa Generales -

Sólo Frame eventos de manipulación en directo -

eventos para desarrolladores

Page 9: BROWSE Widget

DESELECTION

DROP-FILE-NOTIFY

END statement

END-MOVE1

END-RESIZE1

END-ROW-RESIZE1

END-SEARCH1

ENTRY statement

LEAVE statement

OFF-END 4

OFF-HOME

ROW-DISPLAY

ROW-ENTRY

ROW-LEAVE

SCROLL-NOTIFY

SELECTION

START-MOVE1

START-RESIZE1

START-ROW-RESIZE1

START-SEARCH1

VALUE-CHANGED

Windows only.

See also

The chapter on the browse in the OpenEdge Development: Progress 4GL Handbook.

--------------------------------------------------------------------------------

PreviousNext

DEFAULT-ACCIÓN

Cancelación

DROP-ARCHIVO-NOTIFICAR

instrucción END

FIN-Move1

FIN-RESIZE1

FIN-ROW-RESIZE1

FIN-SEARCH1

instrucción ENTRADA

LEAVE

OFF-END 4

OFF-HOME

ROW-DISPLAY

ROW-ENTRADA

ROW-ABANDONO

SCROLL-NOTIFICAR

SELECCIÓN

START-Move1

PUESTA EN RESIZE1

PUESTA EN FILA-RESIZE1

PUESTA EN SEARCH1

CAMBIADO-VALOR

Sólo para Windows.

ver también

El capítulo dedicado a la exploración en el desarrollo OpenEdge: Progreso 4GL Manual.

-------------------------------------------------- ------------------------------

AnteriorSiguiente

Page 10: BROWSE Widget

Popup

emergente