HMG 3.1.2

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

Post Reply
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

HMG 3.1.2

Post by Rathinagiri »

Dear HMGians,

It is my pleasure to update a new version (Unicode) of HMG. You can download the new version from sourceforge website. The link is given below:

https://sourceforge.net/projects/hmg/fi ... urce=files

Alternatively, you can download from the HMGForum Site also. The link is here

Code: Select all

-HMG 3.1.2 (Test) 2013/04/04
   - Update to latest Harbour Nightly Build (2013-03-18)
   - New Included contrib folder of Harbour for Library samples
   - set the compiler warnings to W2 (Contributed by Dr. Claudio Soto)
   - Fixed Browse Control Problem (Contributed by Dr. Claudio Soto)
   - Fixed Image Property in COMBOBOX control (Contributed by Dr. Claudio Soto)
   - New functions HMG_LOWER() and HMG_UPPER() (see source\Unicode_Strings.PRG) for support LowerCase and UpperCase of strings in Unicode. (Contributed by Dr. Claudio Soto)
   - New functions HMG_PADC(), HMG_PADL() and HMG_PADR() (see source\Unicode_Strings.PRG) for Unicode string padded. (Contributed by Dr. Claudio Soto)
   - New alternative functions for some string related functions for Unicode or ANSI (Contributed by Dr. Claudio Soto)
      UNICODE/ANSI            ANSI Only
      ------------            ---------
      HMG_LEN()         <=>   LEN()
      HMG_LOWER()       <=>   LOWER()
      HMG_UPPER()       <=>   UPPER()
      HMG_PADC()        <=>   PADC()
      HMG_PADL()        <=>   PADL()
      HMG_PADR()        <=>   PADR()

      HB_USUBSTR()      <=>   SUBSTR()
      HB_ULEFT()        <=>   LEFT()
      HB_URIGHT()       <=>   RIGHT()
      HB_UAT()          <=>   AT()
      HB_UTF8RAT()      <=>   RAT()
      HB_UTF8STUFF()    <=>   STUFF()
   - Fixed EDIT Control language problem.(Contributed by Dr. Claudio Soto)
   - New Define/Release at runtime Main / Context / Notify / DropDown Menu
      - New Commands/Functions (see example MENU_Dynamic_Demo.rar) (Contributed by Dr. Claudio Soto)
         IsMainMenuDefined ( cFormName )
         IsContextMenuDefined ( cFormName )
         IsNotifyMenuDefined ( cFormName )
         IsDropDownMenuDefined ( cButtonName,  cFormName )

         RELEASE MAIN MENU   OF  FormName
         RELEASE MAINMENU    OF  FormName
         ReleaseMainMenu  ( cFormName )

         RELEASE CONTEXT MENU  OF  FormName
         RELEASE CONTEXTMENU   OF  FormName
         ReleaseContextMenu ( cFormName )

         RELEASE NOTIFY MENU  OF FormName
         RELEASE NOTIFYMENU   OF FormName
         ReleaseNotifyMenu ( cFormName )

         RELEASE DROPDOWN  MENU  BUTTON    ButtonName OF FormName
         RELEASE DROPDOWNMENU  OWNERBUTTON  ButtonName OF FormName
         ReleaseDropDownMenu ( cButtonName, cFormName )
   - Fixed HFCL for Unicode support except HMG_HPDF (Contributed by Dr. Claudio Soto)
   - New BosTaurus documentation and Demo12 (Unicode example) (Contributed by Dr. Claudio Soto) 
As you can see, all of the updates are made with the help of our unicode expert Dr. Claudio Soto. I thank for his dedication.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.1.2 (Test)

Post by esgici »

Thanks a lot Mr. Diamond and Dr. Soto :)

Best regards,

Viva HMG :D
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.1.2 (Test)

Post by Rathinagiri »

Sorry, I have forgotten to include the Dynamic Menu demo.
MENU_Dynamic_Demo.rar
(10.29 KiB) Downloaded 920 times
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.1.2 (Test)

Post by Pablo César »

Dear Rathinagiri, thank you for this new release but basically in this version are applied modifications of UNICODE adjustments but regarding Build.bat in samples, Build.bat at HMG main folder, ComboSearchBox, AutoAdjust sample/library and QHTM library have It been included or not yet ?
Last edited by Pablo César on Tue Apr 09, 2013 2:23 pm, edited 2 times in total.
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
fouednoomen
Posts: 186
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: HMG 3.1.2 (Test)

Post by fouednoomen »

Many thanks, I'll start testing today!
User avatar
Steed
Posts: 427
Joined: Sat Dec 12, 2009 3:40 pm

Re: HMG 3.1.2 (Test)

Post by Steed »

Frist at all,I have to say many thanks.

Bud I have to report that the issue with the textbox control remained



Regards,

Ed
User avatar
danielmaximiliano
Posts: 2607
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: HMG 3.1.2 (Test)

Post by danielmaximiliano »

Como siempre Gracias por el trabajo y esfuerzo que hacen.

As always thanks for the work and effort that make
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
fouednoomen
Posts: 186
Joined: Sun Oct 14, 2012 8:33 am
DBs Used: DBF, MySQL, MariaDB, SQLite, PostgreSQL, Oracle, ODBC
Location: Tunisia

Re: HMG 3.1.2 (Test)

Post by fouednoomen »

BROWSE is not working in this hmg version. same than 3.1.1
It displays empty table always.

Problem with grid ,we can't write in grid

Regards

foued
User avatar
dhaine_adp
Posts: 457
Joined: Wed Aug 06, 2008 12:22 pm
Location: Manila, Philippines

Re: HMG 3.1.2 (Test)

Post by dhaine_adp »

Hi Rathi,

Thanks for this update and also for the Dynamic Menu Demo.

Regards,

Danny
Regards,

Danny
Manila, Philippines
Post Reply