Friday, July 25, 2008

Harbour MiniGUI 2.5.3:

English:

- New: Activex samples (Adobe Reader and Flash Player):
\hmg\samples\activex.

- New: 'InputItems' and 'DisplayItems' properties for Browse control.

'InputItems' property allows to control data input in the control.
This property is an array (one element for each browse column).
Each element (if specified) must be a two dimensional array. The
first column in the array must contain the data to be shown to the user.
the second column must contain the data to be stored in the table (ID)
for each text row in the array.

'DisplayItems' property allows to control data display in the control.
This property is an array (one element for each browse column).
Each element (if specified) must be a two dimensional array.
The first column in the array must contain the text to be shown to the
user. The second column must contain the ID for each array row.
The array will be searched for a corresponding ID in the table to show
the right text in each cell. If no correspondence is found, the cell
will be blank.

Samples: \hmg\samples\browse_5\


Español:

- Nuevo: Ejemplos Activex (Adobe Reader y Flash Player):
\hmg\samples\activex.

- Nuevo: Propiedades 'InputItems' y 'DisplayItems' para el control
browse.

La propiedad 'InputItems' sirve para controlar la entrada de datos en
Browse.
Esta propiedad es un array (un elemento por cada columna de browse).
Cada elemento (si se especifica) debe ser un array de dos dimensiones.
La primera columna en el array debe contener los datos a mostrarse al
usuario. La segunda columna debe contener los datos a almacenar en la
tabla(ID) para cada fila de texto en el array.

La propiedad 'DisplayItems' permite controlar los datos a mostrar en
browse. Esta propiedad es un array (un elemento por cada columna de
browse). Cada elemento (si se especifica) debe ser un array de dos
dimensiones. La primera columna en el array debe contener el texto
a mostrar al usuario. La segunda columna debe contener el ID para cada
fila del array. Se buscará en el array el ID correspondiente en
la tabla para mostrar el texto correcto en la celda correspondiente.
en caso de no encontrarse correspondencia, se mostrará la celda en
blanco.

Ejemplos: \hmg\samples\browse_5\