* Fixed: Wrong detection of RichEditBox control as RichEditBoxEx control.
Bug was reported by Marcelo A. L. Carli.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: HBPrinter library:
- small correction for the incorrect symbols in DOC NAME clause.
Problem was reported by Oscar Martin.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
* Updated: Adaptation FiveWin Class TSBrowse 9.0 in HMG:
- added the new method ToolTipSet( nToolTipTime, nToolTipLen );
- added the new variables :aRowPosAtRec and :lRowPosAtRec.
Sample code:
:lRowPosAtRec := .T.
:ToolTipSet( 7, 1024 ) // 7 sec., 1024 buffer
:cToolTip := {|ob,x,y|
Local cRet := "", xVal, nRec, nNew
If ! ISNUMERIC(y) .or. ! ISNUMERIC(x) ; Return cRet
EndIf
If y > 0
nNew := ob:aRowPosAtRec[ y ]
If nNew > 0
nRec := (ob:cAlias)->( RecNo() )
( ob:cAlias )->( dbGoto( nNew ) )
xVal := ob:GetValue( x )
( ob:cAlias )->( dbGoto( nRec ) )
If ISCHAR( xVal )
cRet := Trim( xVal )
If Len( cRet ) < 50
cRet := ""
EndIf
EndIf
EndIf
EndIf
Return cRet
}
- added possibility to filter all types of the fields in the method
FilterFTS( cFind [, lUpper][, lBottom][, lFocus][, lAllTypes] )
Sample code:
oBrw_1:FilterFTS( cSeek, .F. ,,, .T. )
(see demo in folder \samples\Advanced\Tsb_filter)
Contributed by Sergej Kiselev.
* New: 'DBF to HTML Wizard' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Applications\Dbf2Html)
* New: 'DBF to XML Wizard' sample.
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Applications\DBF2XML)
* Updated: UnRar sample and HbUnrar library:
- updated UnRar.Dll to the current version 5.90 (from 3.93).
Contributed by Grigory Filatov <gfilatov@inbox.ru>
(see in folder \samples\Advanced\UnRar)
--
Visit our website on http://www.hmgextended.com/ or https://www.hmgextended.org/
---
You received this message because you are subscribed to the Google Groups "Harbour Minigui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minigui-foru...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/minigui-forum/b9f050c4-f3b1-4640-993d-24ddea7250dfo%40googlegroups.com.
Thanks Saint Grigory:-)
--
Visit our website on http://www.hmgextended.com/ or https://www.hmgextended.org/
---
You received this message because you are subscribed to the Google Groups "Harbour Minigui" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minigui-foru...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/minigui-forum/96f55b56-b5b2-429e-96c2-26cd412c6896o%40googlegroups.com.
Thanks for the update, Grigory.
Regards,
Att.
Marcelo A. L. Carli
Marília/SP
Capital Nacional do Alimento ®
https://malc-informatica.ueniweb.com
http://marcelo.lx.com.br
Email / Skype: malc...@life.com.br
******************************************************************************
Se for repassar, apague o meu nome e endereço.
Ajude a combater a propagação de vírus e spams
coloque TODOS os destinatários em CÓPIA OCULTA (Cco / Bcc)
******************************************************************************
To view this discussion on the web, visit https://groups.google.com/d/msgid/minigui-forum/CALDYpJX8H3MWLYs%3Diw9ccVAQpZ66BVkrDLkZzSYy0aOLcQ3H0A%40mail.gmail.com.