HMG Extended Edition version 20.06 (Update 2)

351 views
Skip to first unread message

Grigory Filatov

unread,
Jul 13, 2020, 3:46:25 AM7/13/20
to Harbour Minigui
Hi All,

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


Whatsnew:

  * Updated: Harbour Compiler 3.2.0dev (SVN 2020-06-30 18:01).
           Contributed by Grigory Filatov <gfil...@inbox.ru>
           (look at ReadMe.txt in folder \harbour)
  * Updated: HMGS-IDE v.1.4.4.1 Project Manager and Two-Way Visual Form Designer.
           Contributed by Grigory Filatov <gfil...@inbox.ru>.
  * Updated: HbSQLite3 library:
           - update for using SQLITE3 latest version 3.33.0dev.
           Contributed by Grigory Filatov <gfil...@inbox.ru>.
  * New: 'Tetris game' sample.
           Contributed by Claudio Soto at the official HMG forum.
           (see in folder \samples\Applications\HMG_Tetris)
  * New: 'Launching a second copy of the program with a pending' sample.
           Contributed by Verchenko Andrey <verchenkoag/at/gmail.com>
           (see demos in folder \samples\Advanced\PendingLaunch)
  * Updated: MPM utility:
           - location of the config file mpm.ini was changed in an user Appdata
             folder to prevent of a requirement for administrator rights.
           Suggested by Ronald de Bruijn.
           Contributed by Grigory Filatov <gfil...@inbox.ru>
           (see in folder \Utils\MPM)

The upgrade to this build is recommended.

--
Best Regards,
Grigory Filatov
[MiniGUI Team]

Daniele Federico

unread,
Jul 13, 2020, 4:25:00 AM7/13/20
to Harbour Minigui
Thanks mr. Grigory

Marcelo Antonio Lázzaro Carli

unread,
Jul 13, 2020, 7:52:50 AM7/13/20
to Daniele Federico, Harbour Minigui

Thanks mr. Grigory

 

Att.
 
     Marcelo A. L. Carli
                      Marília/SP
         Capital Nacional do Alimento ®

 

              http://marcelo.lx.com.br
   
http://www.marazambon.blogspot.com/
      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)
******************************************************************************

 

 


Livre de vírus. www.avast.com.

Anand Kumar Gupta

unread,
Jul 13, 2020, 10:40:05 AM7/13/20
to malc...@life.com.br, Daniele Federico, Harbour Minigui
Thanks for the update

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/020f01d6590c%241c3cbaf0%2454b630d0%24%40life.com.br.


--
Regards,

Anand

Anand K Gupta
Software Developer &
Consultant


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

Aure

unread,
Jul 14, 2020, 5:32:21 AM7/14/20
to minigu...@googlegroups.com
Gracias Grigory por tu valioso trabajo!!!

Probé esta versión para saber si se solucionaba un error que me genera el QPM (antes no me lo hacía) pero triste mi calavera.... sigue igual y ya empecé a desesperarme pero seguiré tratando de resolverlo.

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

Grigory Filatov

unread,
Jul 14, 2020, 8:04:31 AM7/14/20
to Harbour Minigui
Hello Aure,

Thanks for your kind words.

If you want to use Otis library in your application then you should add a config file Otis.ini in your work folder.
See below:

[VERSION]
VERSION
=V1.0
VERSION_DATE
=29/06/2020
VERSION_BUILD
=B06
[PROGRAM]
LAST_USED_FOLDER
=
[DATABASE]
DEFAULT_RDD
=DBFNTX
DEFAULT_MEM
=DBFFPT
OPEN_EXCLUSIVE
=T
CODE_PAGE
=EN
ORDBAG_AUTOOPEN
=F
[MOSTRECENT]
DS1
=
DS2
=
DS3
=
DS4
=
DS5
=


You can compile your sample code with the following batch file:

call ..\..\..\batch\compile.bat demo /l otis /l rddnsx %1 %2 %3 %4 %5 %6 %7 %8 %9

HTH,
Grigory 

вторник, 14 июля 2020 г., 12:32:21 UTC+3 пользователь Aure написал:
To unsubscribe from this group and stop receiving emails from it, send an email to minigui-forum+unsubscribe@googlegroups.com.

hansmarc

unread,
Jul 14, 2020, 8:46:11 AM7/14/20
to Harbour Minigui
Hello Aure, Grigory

not necessaty to create a ini file for Otis.
It will be created automatically with default values if Otis doesn't find one.
Each folder or program that use Otis.lib or Otis.exe can have its own ini fileand you can copy the ini from one folder to another if you want to use the same settings.

By the way, still some days to go for a major upgrade for the lib version and some new options in the standalone and lib version.
Bug corrections, modifications of existing options,  SIXCDX and  LetoDbf will be integrated.

Just finished this morning my first tests with LetoDbf with a real server in the cloud.
I am surprised what you can do with LetDbf and the huge speed improvement you get.
Ex,  filter in a 2.5miljon database of 850MB, local drive connection 15sec and with Letodbf just 0.45 sec.

Regards
Hans

Daniele Federico

unread,
Jul 14, 2020, 9:07:25 AM7/14/20
to Harbour Minigui
hi mr. Grigory and mr. Hans

why not put otis in minigui ? 

don't you like ?  :-)

ciao

hansmarc

unread,
Jul 14, 2020, 9:22:26 AM7/14/20
to Harbour Minigui
Hi Daniele,

that is indeed my intention, if it is OK for Grigory, but it is to early for the moment.
Otis is not stable enough yet and as you could read in the previous post a new release arrives in a few days.

I am thinking about to open a repository on Github so that everone can load the latest version of Otis and eventually beta releases.

I will keep you informed.


Regards
Hans

Sergio Castellari

unread,
Jul 14, 2020, 6:22:59 PM7/14/20
to minigu...@googlegroups.com
Hola Aure,
 
Le has comentado el error a Fernando Yurisisch, que es quien actualmente administra/Mantiene a QPM ?
 
Saludos,
Sergio Castellari
 
 
From: Aure
Sent: Tuesday, July 14, 2020 6:32 AM
Subject: Re: [harbourminigui] HMG Extended Edition version 20.06 (Update 2)
 
Gracias Grigory por tu valioso trabajo!!!
 
Probé esta versión para saber si se solucionaba un error que me genera el QPM (antes no me lo hacía) pero triste mi calavera.... sigue igual y ya empecé a desesperarme pero seguiré tratando de resolverlo.
 
Un abrazo.
 
 
El 13/07/2020 a las 02:46 a. m., Grigory Filatov escribió:
Hi All,
 
I've uploaded the updated setup of the build 20.06 for Borland C++ 5.8.2 at
 
 
Whatsnew:
 
  * Updated: Harbour Compiler 3.2.0dev (SVN 2020-06-30 18:01).
           Contributed by Grigory Filatov mailto:gfil...@inbox.ru
           (look at ReadMe.txt in folder \harbour)
  * Updated: HMGS-IDE v.1.4.4.1 Project Manager and Two-Way Visual Form Designer.
           Contributed by Grigory Filatov mailto:gfil...@inbox.ru.
  * Updated: HbSQLite3 library:
           - update for using SQLITE3 latest version 3.33.0dev.
           Contributed by Grigory Filatov mailto:gfil...@inbox.ru.
  * New: 'Tetris game' sample.
           Contributed by Claudio Soto at the official HMG forum.
           (see in folder \samples\Applications\HMG_Tetris)
  * New: 'Launching a second copy of the program with a pending' sample.
           Contributed by Verchenko Andrey <verchenkoag/at/gmail.com>
           (see demos in folder \samples\Advanced\PendingLaunch)
  * Updated: MPM utility:
           - location of the config file mpm.ini was changed in an user Appdata
             folder to prevent of a requirement for administrator rights.
           Suggested by Ronald de Bruijn.
           Contributed by Grigory Filatov mailto:gfil...@inbox.ru
           (see in folder \Utils\MPM)
 
The upgrade to this build is recommended.
 
--
Best Regards,
Grigory Filatov
[MiniGUI Team]
 
--
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/baeae955-fc7c-4ec4-b4c8-c876a3505c81o%40googlegroups.com.

 

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

Aure

unread,
Jul 15, 2020, 10:01:04 PM7/15/20
to minigu...@googlegroups.com
Hola!!!

LetoDBF solo trabaja con CDX ¿es correcto?
--
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.

Aure

unread,
Jul 15, 2020, 10:04:40 PM7/15/20
to minigu...@googlegroups.com
Hola Sergio!!!

Si, en el grupo de QPM pero no quiero presionarlo o molestarlo y no vaya a ser que me lo tome a mal sino esperar hasta que él me responda

Ahora estoy probando utilizando compilar con MPM a ver si "me saca del apuro" (resolver el problema) por mientras.

Gracias.

hansmarc

unread,
Jul 16, 2020, 4:26:23 AM7/16/20
to Harbour Minigui

Hello Aure,

 

No you can use all types of rdd in letodbf.

 

You can set the default rdd to use by leto in the  letodb.ini file.

 

Or set/change it at runtime with leto function   :

      leto_DbDriver( [ <cNewDriver> ], [ <cMemoType> ], [ <nBlocksize> ] )  aInfo

      (see chapter 5.3 in the readme file of Elch)

 

Or use USE with VIA clause.

 

Regards

Hans

Ronaldo B Lima

unread,
Jul 16, 2020, 9:21:25 AM7/16/20
to Grigory Filatov, minigu...@googlegroups.com
Hello Grigory

could help me with a doubt ?
I developed a small application that runs in the background in systray,
the idea was to leave it running as a service, but I did not find examples,
so I used an application called "nssm" that allows to install my app as a service, until then all right.  
But when I list the service in execution has those application details that appear in the list,
such as name, description, status, manufacturer, ai that this problem.    
I put the information in the RC file and when I compile with the IDE this information is ignored,
when compiled with build.bat, appear partially.  

Where am I going wrong?

Geniais Soluções em Informatica
      Ronaldo Batista Lima 
      011-99154-9291 

      ID NEXTEL : 35*57*36847    

      email : gen...@uol.com.br

 

 
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/b3e2f14f-9a6d-4d67-9501-e4e6b536212eo%40googlegroups.com.

Aure

unread,
Jul 16, 2020, 6:34:36 PM7/16/20
to minigu...@googlegroups.com
A mi también me sucede lo mismo ¿motivo? lo ignoro.

Corre mi aplicación y en vez de que salga el nombre del programa en el administrador de tareas aparece Minigui Extended (32 bits).

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

Aure

unread,
Aug 5, 2020, 10:18:07 PM8/5/20
to minigu...@googlegroups.com
Hola chav@s!!!

Pues eso, si alguien de ustedes lo está utilizando ¿por qué?, pasa que
he estado haciendo unas pruebas (Samples de MiniGUI) antes de empezar a
implementarlo en el sistema de mi trabajo.
Funciona fluído mostrando un browse de una DBF y eso sucede cuando se
encuentra tanto el servidor y las terminales en un solo lugar o
domicilio distinto pero en la misma ciudad, pero cuando se trata de otra
ciudad o Estado es cuando empieza la lentitud. Las terminales que se
encuentran por ejemplo en Cancun, Quintana Roo y el servidor localizado
en el lugar donde trabaja fluído con las terminales.

- En el lugar donde se encuentra el servidor instalado hay terminales,
funciona fluído.
- En el lugar donde se encuentra el servidor instalado pero las
terminales se encuentran en otro domicilio distinto, funciona fluído.
- En el lugar donde se encuentra el servidor instalado pero las
terminales se encuentran en otro Estado como Cancun (Quintana Roo) o
Tuxtla Gutierrez (Chiapas) se alenta.

Ya saben, el problema que tengo y que en su momento les he platicado en
correos anteriores sobre la lentitud.

Si hay alguien, espero y me den algunos tips o ideas de cómo lo están
usando.

Gracias de antemano.

--
El software de antivirus Avast ha analizado este correo electrónico en busca de virus.
https://www.avast.com/antivirus

Ronaldo Geniais

unread,
Sep 2, 2020, 2:20:26 PM9/2/20
to Harbour Minigui
 Hi,
after upgrading to version 20.06,
when executing an application an error occurs, in the browse set value
when executing the line of code
FRM_ReqComp.Browse_ReqComp.Value: = REQCOMP -> (RECNO ())    //  Set BrowseSync On    
the error occurs:
 

Date: 31/08/2020 Time: 07:54:43
Application: C:\Prj_Minigui\SADIW\Sadiw.Exe
Time from start: 0 days 0 hours 0 mins 52 secs
Error BASE/1068 Erro nos parÉmetros: acesso de array Args: [1] = L T [2] = N 1

 --------------------------------- Stack Trace ---------------------------------
Called from _BROWSEONCHANGE(2553) in module: h_browse.prg
Called from _BROWSESETVALUE(1302) in module: h_browse.prg
Called from _SETVALUE(298) in module: h_controlmisc.prg
Called from SETPROPERTY(4049) in module: h_controlmisc.prg
Called from REQCOMP_ATUA_TXT(1136) in module: C:\PRJ_MI~1\SADIW\AP_ACReqComp.Prg

Reply all
Reply to author
Forward
0 new messages