Вы находитесь на странице: 1из 10

Ingles espaol

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 exploracin le permite ver los datos y registros de seleccin de
todos los registros relacionados con una consulta de base de datos. Puede
definir un widget de exploracin esttico con el o un widget de navegacin
dinmica con la declaracin BUSCA CREAR. La BUSCA CREAR slo es vlida en
una interfaz grfica. Una exploracin puede ser una herramienta de slo lectura
para la navegacin a travs de los registros, o puede ser una herramienta de
edicin para la actualizacin de los registros, dependiendo de las opciones que
especifique.

Puede mover y cambiar el tamao de la exploracin y de sus componentes. En
concreto, en las interfaces grficas, se puede mover y cambiar el tamao de la
exploracin, mover y cambiar el ancho de columna de navegacin de la, y
cambiar la altura de la fila de exploracin. Usted puede hacer todo esto a travs
de la manipulacin directa (por apuntar, hacer clic y arrastrar) ya travs de la
4GL. Para obtener ms informacin, consulte el Desarrollo OpenEdge: Progreso
4GL Manual.

Tambin puede utilizar la rueda del ratn para desplazarse el widget de
exploracin horizontal y vertical en Windows. Al girar la rueda del ratn hacia
arriba y hacia abajo, los rollos de exploracin vertical de arriba y abajo. Al girar la
rueda del ratn hacia arriba y hacia abajo mientras mantiene pulsada la tecla
Ctrl, los rollos de exploracin horizontal a izquierda y derecha. Se puede
especificar el nmero de filas de los pergaminos de navegacin hacia arriba y
abajo por clic de la rueda del ratn sobre la pestaa de la rueda en el cuadro de
dilogo Propiedades de mouse de Windows (se accede a travs del panel de
control de Windows).

La siguiente figura muestra una de slo lectura navegar tu currculum:




La siguiente figura muestra un browse actualizable. Tenga en cuenta la
capacidad de edicin en lnea de la fila enfocada:





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 columns 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 navegacin, es importante para comprender el
alcance de cada atributo. Un atributo puede aplicarse a:

El widget de exploracin en su conjunto.
Una columna de navegacin nica.
Una sola clula de exploracin. En este caso, el atributo se aplica slo a la clula
nica en la interseccin de la columna con nombre y la fila enfocada.
Tanto el navegar como un todo y una clula o columna. Por ejemplo, en el
mismo gatillo, puede cambiar el color de fondo de toda la exploracin 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 exploracin en
su conjunto, la sintaxis correcta es la siguiente:



navegar-name: nombre-atributo EN MARCO frame-name (para una exploracin
esttica)
Or
navegar mango: atributo de nombre (para una exploracin dinmica o esttica)




El calificador MARCO EN slo es necesaria para una navegacin esttica para
evitar la ambigedad.

Cuando un atributo se aplica a una columna o una celda, el identificador es el
nombre del campo o variable como aparece en la declaracin BUSCA DEFINIR.
Este identificador se conoce como el nombre de la columna. Widget de mango
del la columna de navegacin tambin se puede utilizar. Esta es la sintaxis:


nombre-columna: nombre-atributo EN BUSCA browse-nombre (columna de
navegacin esttica)
Or
columna-mango: nombre-atributo (columna dinmica o esttica de exploracin)





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




El calificador BUSCA EN slo es necesaria para una navegacin esttica para
evitar la ambigedad, pero es una buena prctica de programacin 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 exploracin, si
son de lectura y escritura, y su mbito de aplicacin:


Atributo legible / escribible aplica a
PERMITIR-COLUMNA-SEARCHING Attribute3 legible / escribible Navegar
El redimensionamiento automtico Attribute3 Columna legible / escribible
AUTO-VALIDAR atributo de lectura mecnica de columna / grabable
AUTO-ZAP atributo legible / escribible Celular
BGCOLOR atributo1 legible / escribible Examinar clula
BUFFER-campo de atributo de columna de lectura mecnica
COLUMNA atributo legible / escribible (examinar), legible (celular) Navegar,
celular
COLUMNA-BGCOLOR atributo de lectura mecnica de columna / grabable
COLUMNA-DCOLOR atributo2 Legible Columna / grabable
COLUMNA-FGCOLOR atributo de lectura mecnica de columna / grabable
COLUMNA-FONT atributo de lectura mecnica de columna / grabable
Attribute3 COLUMNA MOVIL legible / escribible Navegar
COLUMNA-PFCOLOR atributo2 Legible Columna / grabable
COLUMNA-atributo de slo 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 mecnica / columna grabable, clula
DATOS DE TIPO atributo Columna de lectura mecnica
DCOLOR attribute2 Readable (browse), Readable/writeable (cell) Browse, cell
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
DCOLOR atributo2 Legible (examinar), legible / escribible (celular) Navegar,
celular
DISABLE-AUTO-ZAP atributo de lectura mecnica de columna / grabable
ABAJO Attribute3 legible / escribible Navegar
DROP-destino de atributo legible / escribible Navegar
Atributo DINMICO Legible Navegar
EDITAR-CAN-PASTE atributo1 3 Legible Columna / grabable
EDITAR-CAN-UNDO atributo de lectura mecnica de columna / grabable
Attribute3 EXPANDIBLE legible / escribible Navegar
FGCOLOR atributo1 legible / escribible Examinar clula
Atributo PRIMERA COLUMNA Legible Navegar
FIT-LAST-columna de atributos de lectura mecnica / Se puede escribir Navegar
-ROW ENFOCADO atributo Legible Navegar
Atributo seleccionado-ROW ENFOCADO Legible Navegar
FUENTE atributo1 legible / escribible Examinar clula
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 clula
ALTURA-CHARS Attribute3 legible / escribible Examinar clula
ALTURA-PIXELS Attribute3 legible / escribible Navegar, clula
AYUDA atributo legible / escribible Navegar, columna
Atributo HIDDEN legible / escribible Navegar
HTML-charset Attribute3 Legible Navegar
ENTRADA-Valor de la caracterstica de lectura mecnica de la clula
Etiqueta del atributo de lectura mecnica de columna / grabable
ETIQUETAS Attribute3 legible / escribible Navegar
LABEL-BGCOLOR atributo de lectura mecnica de columna / grabable
LABEL-DCOLOR atributo2 Legible Columna / grabable
LABEL-FGCOLOR atributo de lectura mecnica de columna / grabable
MAX-DATA-GUESS attribute Readable/writeable Browse
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
ETIQUETA-FONT atributo de lectura mecnica 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 ratn atributo de lectura mecnica en Examinar, en la columna
Attribute13 MUEBLES legible / escribible Navegar, columna
Atributo MULTIPLE Legible Navegar
NOMBRE atributo legible / escribible Examinar clula
NEW-ROW atributo Legible Navegar
SIGUIENTE COLUMNA atributo Columna de lectura mecnica
PRXIMA HERMANO atributo Legible Navegar
SIGUIENTE-TAB-atributo del elemento legible Navegar
NO-VACO-SPACE atributo legible / escribible Navegar
NO-VALIDAR atributo legible / escribible Navegar
NUM-columnas de atributos de lectura mecnica Navegar
Atributo CADO-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 mecnica Navegar
PADRES atributo legible / escribible Navegar
PFCOLOR atributo2 legible / escribible Celular
POPUP MENU-atributo legible / escribible Navegar
PREV-columna de atributos Columna de lectura mecnica
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 slo lectura legible / escribible Navegar, columna
Actualizables atributo legible / escribible Navegar
ROW attribute Readable/writeable (browse), readable (cell) Browse, cell
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


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 caracterstica legible / escribible Celular
SCROLLBAR-VERTICAL Attribute3 legible / escribible Navegar
SELECCIONABLES attribute13 legible / escribible Navegar
SELECCIONADO attribute13 legible / escribible Navegar
SELECCIN DE FIN atributo Columna de lectura mecnica
SELECCIN DE INICIO atributo Columna Legible
SELECCIN-TEXT atributo Columna Legible
Atributo SENSITIVE legible / escribible Navegar
SEPARADORES Attribute3 legible / escribible Navegar
SEPARADOR-FGCOLOR Attribute3 legible / escribible Navegar
TAB-POSICIN atributo Legible Navegar
TAB-STOP atributo legible / escribible Navegar
Tabla de atributos de columna de lectura mecnica
Atributo TEXT-SELECCIONADO Columna de lectura mecnica
TTULO atributo legible / escribible Navegar
Atributo1 TITLE-BGCOLOR Legible Navegar
TITLE-DCOLOR atributo2 Legible Navegar
TITLE-FGCOLOR attributee1 Legible Navegar
TTULO-FONT atributo1 Legible Navegar
Attributee13 TOOLTIP legible / escribible Navegar
Atributo TYPE Legible Examinar clula
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
X attribute Readable/writeable (browse), readable (cell) Browse, cell
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
X atributo legible / escribible (examinar), legible (celular) Navegar, celular
Y atributo legible / escribible, (examinar), legible (celular) Navegar, celular
Slo interfaces grficas.
Carcter interacta solamente.
Slo para Windows.
Slo Windows para nica columna.



Mtodos

Mtodos
Mtodo ADD-CALC-COLUMNA ()
Add-COLUMNAS DE-mtodo ()
Mtodo ADD-LIKE-COLUMNA ()
Mtodo CLEAR-eleccin ()
Mtodo Create-RESULTADO-LISTA-ENTRADA ()
Mtodo DELETE-RESULTADO-LISTA-ENTRADA ()
BORRAR-CURRENT ROW-mtodo ()
Mtodo fila seleccionada SUPR-()
Mtodo-FILAS SELECCIONADAS BORRAR-()
Mtodo-ROW ENFOCADO-DESELECCIONAR ()
Anule la seleccin de mtodo-FILAS ()
Mtodo fila seleccionada-DESELECCIONAR ()
Mtodo Edit-CLEAR ()
Mtodo Edit-Copy ()
Mtodo Edit-CUT ()
Mtodo Edit-Paste ()
Mtodo Edicin-Deshacer ()
Mtodo END-ARCHIVO-DROP ()
Mtodo fila seleccionada-FETCH ()
Mtodo de archivo soltado-GET mtodo GET-NAVEGAR EN COLUMNA () ()
Mtodo-ROW reposicionado-GET ()
INSERT-ROW( ) method
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
Mtodo INSERT-ROW ()
Mtodo seleccionado IS-ROW ()
Mtodo de carga-puntero del ratn ()
El mtodo MOVE-AFTER-TAB-PUNTO ()
Mtodo Move-ANTES-TAB-PUNTO ()
El mtodo MOVE-COLUMNA ()
MUDANZA A-BOTTOM () mtodo
El mtodo MOVE-A-TOP ()
Mtodo REFRESH ()
SCROLL-A-CURRENT ROW-mtodo ()
Mtodo fila seleccionada-Scroll-A ()
Mtodo SELECT-ALL ()
Mtodo-ROW ENFOCADO SELECT-()
SELECT-NEXT-ROW () mtodo
Mtodo SELECT-PREV-ROW ()
Mtodo SELECT-ROW ()
Mtodo de ROW-reposicionado SET ()
Mtodo de seleccin establecidos ()
Mtodo validate ()


Eventos


Tipo de evento Apoyado
Eventos de teclas de funcin Universal
Eventos de funcin Tecla de navegacin
Eventos de teclas de funcin de edicin de Campo
Eventos de teclado predeterminados
Los eventos del mouse
Eventos de manipulacin directa Generales -
Slo Frame eventos de manipulacin en directo -
eventos para desarrolladores
DEFAULT-ACTION
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-ACCIN
Cancelacin
DROP-ARCHIVO-NOTIFICAR
instruccin END
FIN-Move1
FIN-RESIZE1
FIN-ROW-RESIZE1
FIN-SEARCH1
instruccin ENTRADA
LEAVE
OFF-END 4
OFF-HOME
ROW-DISPLAY
ROW-ENTRADA
ROW-ABANDONO
SCROLL-NOTIFICAR
SELECCIN
START-Move1
PUESTA EN RESIZE1
PUESTA EN FILA-RESIZE1
PUESTA EN SEARCH1
CAMBIADO-VALOR
Slo para Windows.



ver tambin
El captulo dedicado a la exploracin en el desarrollo OpenEdge: Progreso 4GL
Manual.


-------------------------------------------------- ------------------------------
AnteriorSiguiente


Popup


emergente

Вам также может понравиться