Nuevas características en XBrowse FWH 8.07

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Nuevas características en XBrowse FWH 8.07

Post by Antonio Linares »

Tooltips en las cabeceras de las columnas: Nueva data cToolTip de TXBrwColumn a la que se le puede asignar un toolip como texto / array / codeblock. El tooltip se mostrará al pasar el ratón por encima de la cabecera:
Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Usando HTMLPop() para mostrar textos tipo tooltips:
Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Y mucho más (pendiente de traducirlo al Español):

1. Post Edit navigation:
(a) If get is exited with up or down arrow, cursor is moved to previous or next row as the case may be.
(b) If lFastEdit is true, cursor goes to the next editable cell in the same row. If the edited cell is the last editable cell in the rown, cursor goes to the first editable cell of the next row.

2. Tooltips for headers: New data cToolTip of TXBrwColumn can be assigned with a toolip as character value / array / codeblock. The tooltip will be shown when mouse hovers on the header of the column.

3. Mouse Wheel: Now mouse wheel works only when the mouse is in the browse's data area and number of lines scrolled depends on the window's settings. Thanks to suggestions from Manuel Mercado and James Bott.

3. SetArray( <hash> ) is implemented for xharbour.

4. User speicified date formats can be assigned to oCol:cEditPicture and dates will be shown in the specified format will be used for display in xbrowse and export to excel. The formats are the same that are used for formatting dates in excel. ( eg dd/mm/yyyy, mmmm dd yyyy, etc )

5. Sorting RDD. Repeated click on the header toggles ascending / descending order of the sort even for RDD ( if the RDD supports ), in the same way like arrays and recordsets

6. Sorting on columns is possible for TDatabase ( and similar objects ) set with SetoDbf(...) or with commands, by assigning data name to oCol:cSortOrder. This works if the data object contains method by name SetOrder( <corder> )

7. In earlier versions a column object can be retrieved by oBrw:oCol( <cHeader> ). Now it is possible to retrieve a column object with new syntax oBrw:cHeader. It is also possible to create new columns with this syntax.

Example:
oBrw:SalePrice := { || oBrw:Sales:Value / oBrw:Quantity:Value }
Above stament adds a new column with the header 'SALEPRICE' whose value is the value of column with header 'SALES'
divided by the value in the column with header 'QUANTITY'.
oBrw:Sales:nEditType := EDIT_GET
Column with header 'SALES' is set to editmode.

8. New Function XBROWSE( [cAlias/aData/oRs/oDbf], [cTitle], [lAutoSort], [bSetUp] ) for quick browse of any datasource.
Example:
use customer
xbrowse()
or
xbrowse( aArray / oRs / oDbf / cAlias / hHash )
Additional features can be provided by the programmer through bSetUp codeblock, which receives the browse object as parameter.
regards, saludos

Antonio Linares
www.fivetechsoft.com
MOISES
Posts: 824
Joined: Wed Aug 22, 2007 10:09 am

Post by MOISES »

Antonio:

Muy buen trabajo. ¿Y se puede poner de fondo el tema de Vista?.

Gracias.
Saludos / Regards,

FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Moises,

Que es el "tema de Vista" ?

De fondo ???
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Ale SB
Posts: 248
Joined: Wed Jan 11, 2006 11:30 am
Location: Campo Grande-MS / Brasil

Post by Ale SB »

aleseribeli@hotmail.com

FwH, Hb Svn, ADS 8.1, ADS 10, Pelles C, FwPPC, MsVc 2008, MsVc 2010
"Conhecimento, você não subtrai quando divide; mas soma e multiplica."
**---Mário Persona---**
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Ale,

Se ven muy bonitas :-)

Has introducido los colores directamente dentro de la clase TXBrowse ó has proporcionado nuevos parámetros ? O una llamada a un nuevo método ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Ale SB
Posts: 248
Joined: Wed Jan 11, 2006 11:30 am
Location: Campo Grande-MS / Brasil

Post by Ale SB »

Antonio Linares wrote:Ale,

Se ven muy bonitas :-)

Has introducido los colores directamente dentro de la clase TXBrowse
No
Antonio Linares wrote:ó has proporcionado nuevos parámetros ? O una llamada a un nuevo método ?
Son, nuevas propiedades que se crean para la clase.

De este modo, dar el programador Tres opciones para Stilo de colores..

Los nativos:

l2007 := .F.
L2007 : .T.

y

lSbColor ( que trabaja en conjunto con l2007:= .t. )

Asi puedes combiar las cores del Browse por su proprio Prg.


Si usted está interesado en incluir _ en el próximo xbrowse, puede enviar la clase modificada.

Junto con uno de sus Demonstraçao Uso

La clase también necesita un ajuste, como por ejemplo:

-- Incluya una Degradê Fondo.

-- Coloque una bandeja degradê para selecão.

Sé que con sus conocimientos, es muy capaz de mejorarlo.

Si hay interés, indica para mí que me mande un correo electrónico.

Saluds Ale
aleseribeli@hotmail.com

FwH, Hb Svn, ADS 8.1, ADS 10, Pelles C, FwPPC, MsVc 2008, MsVc 2010
"Conhecimento, você não subtrai quando divide; mas soma e multiplica."
**---Mário Persona---**
MOISES
Posts: 824
Joined: Wed Aug 22, 2007 10:09 am

Post by MOISES »

Antonio:

Otra sugerencia:

Que, por ejemplo, pulsando doble click de arriba a la izquierda, en la cabecera de la barra, se accediera a un menú contextual para cambiar las propiedades estéticas y, asimismo, exportar a Excel, generar un Report, exportar a HTML, etc.
Saludos / Regards,

FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
El Loco
Posts: 220
Joined: Fri May 19, 2006 4:08 pm

Re: Nuevas características en XBrowse FWH 8.07

Post by El Loco »

Antonio, no encuentro documentación que me que significan cada parámetro de la función HTMLPOP().
Algunas queda clarisimo que son, pero me quedan dos que ni idea.

Abrazos
Miguel.
El Loco
Posts: 220
Joined: Fri May 19, 2006 4:08 pm

Re: Nuevas características en XBrowse FWH 8.07

Post by El Loco »

El Loco wrote:Antonio, no encuentro documentación que me que significan cada parámetro de la función HTMLPOP().
Algunas queda clarisimo que son, pero me quedan dos que ni idea.

Abrazos
Miguel.
Antonio ya las encontré.
http://forums.fivetechsupport.com/viewt ... POP#p63396

Gracias. Abrazo.
Miguel
Post Reply