HMG 3.4.1

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

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

Re: HMG 3.4.1

Post by danielmaximiliano »

Gracias Claudio.....
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
Pepe Ruano
Posts: 65
Joined: Fri Aug 16, 2013 11:31 am
DBs Used: DBF
Location: Almansa, Albacete - Spain
Contact:

Re: HMG 3.4.1

Post by Pepe Ruano »

Rathinagiri wrote:Thank you Claudio. The patch file is updated in the download page also. :)
Hola Rathinagiri

Supongo que hay un pequeño error en el programa de desinstalación en HMG 3.4.1
Yo he instalado la última versión que tú has puesto con los bugs corregidos y previamente quería desinstalar la anterior versión. Pero cuando lo hice desde menú Inicio de Windows, no desinstaló la versión 3.4.1 y desinstaló la versión 3.4.0 que yo la tenía instalada.

Luego entré en el directorio Program Files de Windows en la carpeta HMG.3.4.1 y ejecuté el desinstalador y lo eliminó correctamente.

Es sólo una sugerencia cuando puedas lo revisas.

Muchas gracias por tu excelente trabajo y por supuesto a Claudio.

In English :-(

Hello Rathinagiri

I suppose there is a small error in the uninstall program in HMG 3.4.1
I installed the latest version that you have made with bug fixes and previously want to uninstall the previous version. But when I it from uninstall program in the Windows Start menu, not uninstall version 3.4.1 and uninstall the version 3.4.0 that I had installed.

Then I went into the Program Files directory in Windows HMG.3.4.1 folder and run the uninstaller and successfully removed.

It's just a suggestion when you can so you check.

Thank you very much for your excellent work and of course Claudio.
Saludos - Regards
Pepe Ruano
hmg.ruano.org
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.4.1

Post by Rathinagiri »

Thanks for reporting Pepe Ruano. I will look into that matter.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.1

Post by srvet_claudio »

New patch:

Code: Select all

   - New <FormName>.<ControlName>.GetTextLength --> nLengthText for the EDITBOX and TEXTBOX controls
   - New <FormName>.<ControlName>.CaretPos := -1 move the caret to the end of text and scroll text in EDITBOX and TEXTBOX controls

   - New StatusBar CLOCK [ INTERVAL <nIntervalUpdate> ]
   - New StatusBar KEYBOARD [ INTERVAL <nIntervalUpdate> ]
   
   - New START PRINTDOC [ NAME <name> ] [ STOREJOBDATA <aJobData> ]
   
         - aJobData memvar must be declared Public or Private

         - aJobInfo := HMG_PrintGetJobInfo ( aJobData ) --> {} or { nJobID, cPrinterName, cMachineName, cUserName, cDocument, cDataType, cStatus, nStatus
                                                                   nPriorityLevel, nPositionPrintQueue, nTotalPages, nPagesPrinted, cLocalDate, cLocalTime }

                   cStatus --> This member should be checked prior to nStatus and, if cStatus is empty, the status is defined by the contents of the nStatus member.
                   
                   nStatus --> The value of this member can be zero or a combination of one or more of the following values. 
                                 A value of zero indicates that the print queue was paused after the document finished spooling.
                        JOB_STATUS_PAUSED
                        JOB_STATUS_ERROR
                        JOB_STATUS_DELETING
                        JOB_STATUS_SPOOLING
                        JOB_STATUS_PRINTING
                        JOB_STATUS_OFFLINE
                        JOB_STATUS_PAPEROUT
                        JOB_STATUS_PRINTED
                        JOB_STATUS_DELETED
                        JOB_STATUS_BLOCKED_DEVQ
                        JOB_STATUS_USER_INTERVENTION
                        JOB_STATUS_RESTART
                        JOB_STATUS_COMPLETE

                        * JOB_STATUS_RETAINED
Attachments
demo_hmg.3.4.1_patch5.rar
(1.82 KiB) Downloaded 492 times
hmg.3.4.1_patch5.rar
(823.24 KiB) Downloaded 592 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
serge_girard
Posts: 3158
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG 3.4.1

Post by serge_girard »

Gracias Claudio !


Serge
There's nothing you can do that can't be done...
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: HMG 3.4.1

Post by bpd2000 »

Thank you Dr. Claudio for your contribution
BPD
Convert Dream into Reality through HMG
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.4.1

Post by esgici »

Great enhancements :arrow:

Thanks Dr. Soto :)

Viva HMG :D
Viva INTERNATIONAL HMG :D
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: HMG 3.4.1

Post by quartz565 »

Thank you Claudio !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.4.1

Post by srvet_claudio »

Hi all, this a new patch:

I added the helpful function HMG_PrinterGetStatus (contrib by Dave)

Code: Select all

   - New HMG_PrinterGetStatus ( [ cPrinterName ] ) --> nStatusPrinter (contrib by BPD2000)

                  nStatusPrinter --> The value of this member can be zero or a combination of one or more of the following values. 

                     PRINTER_STATUS_OK
                     PRINTER_STATUS_PAUSED
                     PRINTER_STATUS_ERROR
                     PRINTER_STATUS_PENDING_DELETION
                     PRINTER_STATUS_PAPER_JAM
                     PRINTER_STATUS_PAPER_OUT
                     PRINTER_STATUS_MANUAL_FEED
                     PRINTER_STATUS_PAPER_PROBLEM
                     PRINTER_STATUS_OFFLINE
                     PRINTER_STATUS_IO_ACTIVE
                     PRINTER_STATUS_BUSY
                     PRINTER_STATUS_PRINTING
                     PRINTER_STATUS_OUTPUT_BIN_FULL
                     PRINTER_STATUS_NOT_AVAILABLE
                     PRINTER_STATUS_WAITING
                     PRINTER_STATUS_PROCESSING
                     PRINTER_STATUS_INITIALIZING
                     PRINTER_STATUS_WARMING_UP
                     PRINTER_STATUS_TONER_LOW
                     PRINTER_STATUS_NO_TONER
                     PRINTER_STATUS_PAGE_PUNT
                     PRINTER_STATUS_USER_INTERVENTION
                     PRINTER_STATUS_OUT_OF_MEMORY
                     PRINTER_STATUS_DOOR_OPEN
                     PRINTER_STATUS_SERVER_UNKNOWN
                     PRINTER_STATUS_POWER_SAVE
Attachments
demo_hmg.3.4.1_patch6.rar
(2.28 KiB) Downloaded 471 times
hmg.3.4.1_patch6.rar
(823.67 KiB) Downloaded 600 times
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
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.4.1

Post by Rathinagiri »

Great Claudio. It is really a treasure.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply