HMG 3.0.25
Posted: Sun Mar 14, 2010 1:34 am
Download / Descarga: site- HMG 3.0.25 Changelog:
English:
- New: 'OnSave' method for Data-bound Grid.
This method allows to set a custom save procedure (specially useful with SQL RDDs).
The following properties are available while this method is executing:
- This.EditBuffer: Array of one element per edited cell.
The elements has the following structure:
{ nLogicalRow , nLogicalCol , xValue , nRecNo }
- This.AppendBuffer: Array of one element per appended record.
The elements has the following structure:
{ xFieldValue 1 , ... , xFieldValue n }
- This.MarkBuffer: Array of one element per record marked to be deleted or recalled.
The elements has the following structure:
{ nLogicalRow , nRecNo , cMark ( 'D' or 'R' ) }
Sample: \samples\grid.34
- New: PsPad freeware editor. This is the program editor that I use with IDE and from the command line.
PsPad has a lot of nice features including syntax highlighting. I've recently discovered that it is freely redistributable, so I've decided to include in HMG distribution.
PsPAd is, from this release, the default program editor for IDE, instead NotePad.
Español:
- Nuevo: Método 'OnSave' para Data-bound Grid.
Este método permite establecer un procedimiento 'Save' personalizado (especialmente útil para ser usado con los RDDs SQL).
Las siguientes propiedades están disponibles mientras este método se ejecuta:
- This.EditBuffer: Array (un elemento por cada celda editada).
Los elementos tienen la siguiente estructura:
{ nLogicalRow , nLogicalCol , xValue , nRecNo }
- This.AppendBuffer: Array (un elemento por cada registro agregado).
Los elementos tienen la siguiente estructura:
{ xFieldValue 1 , ... , xFieldValue n }
- This.MarkBuffer: Array (un elemento por cada registro marcado para ser eliminado o recuperado).
Los elementos tienen la siguiente estructura:
{ nLogicalRow , nRecNo , cMark ( 'D' or 'R' ) }
Ejemplo: \samples\grid.34
- Nuevo: PsPad freeware editor. Es un editor de programas que uso para trabajar desde IDE y línea de comando.
PsPAd tiene muchas buenas características, incluyendo resaltado de sintaxis. Recientemente descubrí que puede distribuirse libremente, por lo cual, decidí incluirlo en la distribución de HMG.
Desde esta versión, PsPAd es el editor de m'ódulos por defecto para IDE en lugar de NotePad.