HMG Extended Edition version 20.08 (Update 2)

92 views
Skip to first unread message

Grigory Filatov

unread,
Sep 10, 2020, 3:06:15 AM9/10/20
to Harbour Minigui
Hi All,

I've uploaded the updated setup of the build 20.08 for Borland C++ 5.8.2 at


Whatsnew:

  * 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)



The upgrade to this build is recommended.

Thanks for your attention and support.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Anand Kr Gupta

unread,
Sep 10, 2020, 4:52:59 AM9/10/20
to Grigory Filatov, Harbour Minigui
Thanks for the update, Grigory.

Regards,

Anand


--
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.


--
Anand Kr Gupta
Software Developer &
Consultant


https://sites.google.com/site/apptohelpyou/

Daniele Federico

unread,
Sep 10, 2020, 5:06:04 AM9/10/20
to Harbour Minigui
Thanks Saint Grigory 
:-)

Enrique Cabrerizo

unread,
Sep 10, 2020, 5:08:39 AM9/10/20
to Daniele Federico, Harbour Minigui
Thanks Grigory 

Best regards 

On Thu, 10 Sep 2020 at 11:06, Daniele Federico <dfpro...@gmail.com> wrote:
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.


Marcelo Antonio Lázzaro Carli

unread,
Sep 10, 2020, 7:04:54 AM9/10/20
to Grigory Filatov, Harbour Minigui

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)
******************************************************************************

Zecevic Milomir

unread,
Sep 12, 2020, 10:06:58 AM9/12/20
to Harbour Minigui
Hi, Grigory  
Thanks for the update, 
Kind regards,
Zeka
Reply all
Reply to author
Forward
0 new messages