Hello friends:
Experimenting with Hmg by chance I went in to see the content
of HARBOR and I found in-> c:\hmg.3.4.4\HARBOUR\contrib\gtwvg\tests\
"demowvg.prg" and "demowvg1.prg"

I have started to dig a little and there is hardly any information about this GUI
Created by Pritpal Bedi.

But "Et Voila" with our HMG build.bat
compiled inside tests-> demowvg.exe and demowvg1.exe

To not tire you I put inside the file  "GTWvg_Sample.Zip"
with all the prg's README.DOC  where are all the Web addresses, 
where I was able to gather a little  information about this GUI.

Very grateful to Professor Jos M.C. Quintas true scholar in this
GUI located at https://pctoledo.websiteseguro.com/forum/

Also Giovanni Di Maria for his GTWvg Tutorial
I was able to create PDF document by putting in the Prg -> "print_pdf.prg"
-> #include "hmg_hpdf.ch" and it is working fine.

To compile the Easy Samples our build.bat

@ECHO OFF
call c:\hmg.3.4.4\build.bat Main.prg %*

Very important in the folder that you do for
Our application must be "hbmk.hbm"

Well here is my humble contribution
Forgive my inexperience in this Gui-GTWvg.

*------------------------------------------------------------------------------------------------------*

   https://github.com/harbour/core/tree/master/contrib/gtwvg
   http://www.elektrosoft.it/tutorials/gtwvg/gtwvg.asp
   https://groups.google.com/forum/#!search/gtwvg
   https://harbour.github.io/ng/c53g01c/menu.html
   http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=16957&p=105581&hilit=hb+gtreload#p105581
   https://pctoledo.websiteseguro.com/forum/
   https://pctoledo.websiteseguro.com/forum/viewtopic.php?f=4&t=18331&start=45
 
   http://hmgforum.com/viewtopic.php?t=5573 

*-----------------------------------------------------------------------------------------------------*

Observed Difficulties:

The GUI very demanding with variables
I only admit LOCAL and almost all the RETURN you have to put NIL

The Modal Windows are all giving me high CPU consumption up to 51.3%
and Memory 2,9 Windows Main CPU 3,6 Memory 2,8

No Tutorials all the information I could find is very poor
Thanks to Professor  Jos Maria. C. Quintas , you learn a lot with your
explanations and source code.

It's been a long time since I left the way to Schedule in Clipper and it costs me a lot
return to this form.

If someone wants to continue, my admiration!
I do not mind offending I stay with HMG that I see what is much more versatile for me

Mustafa
04-10-2018










