Page 2 of 5

Re: HMG 3.0.35

Posted: Wed Jun 23, 2010 7:47 pm
by mol
I think, there exists an error/bug in IDE. When the caption of button is edited, the form is not signed as modified and IDE does not ask for saving this form.

Second problem lays in hotkeys defined in labels by & characters. If you read my posts in topic:
viewtopic.php?f=20&t=1535
you will find description of this one.

Re: HMG 3.0.35

Posted: Thu Jun 24, 2010 3:03 pm
by esgici
Hello
Roberto Lopez wrote:
So, I'd like to know your opinion about what minigui ext. things not present in HMG are the most useful for you.
Does we take this question as public, so does everybody can say their personal answer ?

Best regards

--

Esgici

Re: HMG 3.0.35

Posted: Thu Jun 24, 2010 4:47 pm
by mol
I have no time to use minigui ext.
I've tried it some years ago, but, I've decided to use HMG only. I don't remember reasons....

Re: HMG 3.0.35

Posted: Sat Jun 26, 2010 8:57 pm
by joposadas
Roberto,

De antemano gracias por el trabajo que haces, al compartir HMG con nosotros, por otro lado tengo problemas al tratar de crear una base de datos Access, enlas versiones 2x no tenia problemas pero ahora si,

Este

Grupo,

Actualmente estoy usando la version HMG 3 (la oficial) pero al tratar de crear una base de datos MDB me manda un error:

Date:06/26/10 Time: 15:16:19
Error BASE/1081 Argument error: +


Called from CREATEMDB(310)
Called from CREATETABLEMDB(285)
Called from CREATEALLINDEX(254)
Called from CREATEINDEX(246)
Called from MAKETREEMAIN(32)
Called from (b)MAIN(4)
Called from _PROCESSINITPROCEDURE(5082)
Called from _ACTIVATEWINDOW(4838)
Called from MAIN(11)

Y precisamente es an la ultima linea del siguiente código

PROCEDURE CreateMDB()
#include "common.ch"
#include "MiniGui.ch"
#include "PS_cnfg.ch"

DBCREATE ( PathDBF+"SyS_Inmobiliaria.mdb;Company",;
{ { "CompanyCd", "C", 15, 0 },;
{ "CompanyName", "C", 60, 0 },;
{ "Address1", "C", 60, 0 },;
{ "Address2", "C", 60, 0 },;
{ "Address3", "C", 60, 0 },;
{ "Country", "C", 15, 0 },;
{ "State", "C", 15, 0 },;
{ "City", "C", 15, 0 },;
{ "ZipCode", "C", 10, 0 },;
{ "CodeArea", "C", 10, 0 },;
{ "Phone1", "C", 20, 0 },;
{ "Phone2", "C", 20, 0 },;
{ "Phone3", "C", 20, 0 },;
{ "Fax", "C", 20, 0 },;
{ "FiscalData", "C", 20, 0 },;
{ "IsShared", "C", 1, 0 } }, "ADORDD" )

Re: HMG 3.0.35

Posted: Sat Jun 26, 2010 9:21 pm
by Roberto Lopez
mol wrote:I think, there exists an error/bug in IDE. When the caption of button is edited, the form is not signed as modified and IDE does not ask for saving this form.

Second problem lays in hotkeys defined in labels by & characters. If you read my posts in topic:
viewtopic.php?f=20&t=1535
you will find description of this one.
I'm a little busy by these days, but I'll take a look at that ASAP.

Thanks for reporting.

Re: HMG 3.0.35

Posted: Sat Jun 26, 2010 9:25 pm
by Roberto Lopez
esgici wrote:Hello
Roberto Lopez wrote:
So, I'd like to know your opinion about what minigui ext. things not present in HMG are the most useful for you.
Does we take this question as public, so does everybody can say their personal answer ?

Best regards

--

Esgici
My question was directed to Pete and was motivated by his comment, but if you want to comment too, of course, you (or anyone) are free to do it.

Re: HMG 3.0.35

Posted: Fri Jul 09, 2010 4:37 am
by Steed
Hi, all

Could some one, post the Pspad syntax files for Hmg.

Regards,


Ed


Hola, Todos

Podría alguien, por favor, publicar los archivos de sintaxis de PSpad para Hmg.

Gracias,


Ed

Re: HMG 3.0.35

Posted: Fri Jul 09, 2010 11:01 am
by Czarny_Pijar
Steed wrote:Could some one, post the Pspad syntax files for Hmg.
Check this:

Re: HMG 3.0.35

Posted: Fri Jul 09, 2010 3:11 pm
by Steed
Thanks,

I just thought, that we have our own style for hmg: including hmg commands.

Regards,

Ed

Re: HMG 3.0.35

Posted: Sat Jul 10, 2010 3:05 pm
by sudip
Hello,
You may try:
Harbour.gif
Harbour.gif (47.89 KiB) Viewed 6295 times
Please download from
Harbour.zip
(3.01 KiB) Downloaded 439 times
I made minor customization for HMG.