HMG 3.0.41
Moderator: Rathinagiri
- danielmaximiliano
- Posts: 2625
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: HMG 3.0.41
Hi:
Sorry I forgot to comment on the changes the source file error
Sorry I forgot to comment on the changes the source file error
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Re: HMG 3.0.41
Good day! I may suggest to your next update that if you may add footings to the grid and browse control so that we can easily add some computations or titles in each row. Tnx and more power HMG Forum.
Re: HMG 3.0.41
Dear danielmaximiliano!
Thank You very much for your work and your solution!
Thank You very much for your work and your solution!
Re: HMG 3.0.41
Unfortunately there are new problems - ev. because of name-conflicts in hbvpdf.ch and forms (fmg)
Begin of hbvpdf.ch
============================================================
/*
* $Id: hbvpdf.ch 11685 2009-07-09 21:22:22Z vszakats $
*/
#include "fileio.ch"
#include "common.ch"
#define CRLF chr(13)+chr(10)
#define NORMAL 0
#define BOLD 1
#define ITALIC 2
#define BOLDITALIC 3
.............................
===============================================================
After including hbvpdf.ch:
............................... (only some examples:) .............
.\PLMED_AART.fmg(1529) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(13) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(14) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(38) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(39) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(63) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(64) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(88) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(89) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(113) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(114) Error E0030 Syntax error "syntax error at '16'"
.\PLMED_VKP.fmg(139) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(140) Error E0030 Syntax error "syntax error at '12'"
545 errors
No code generated.
hbmk2: Error: Running Harbour compiler (embedded). 1
(c:\hmg.3.0.41\harbour\bin\harbour.exe) -n2 hermes.prg -q -oC:\DOKUME~1\Hans\LOKALE~1\Temp\hbmk_xywwws.dir\ -ic:\hmg.3.0.41\harbour\include -i. -ic:\hmg.3.0.41\include
Begin of hbvpdf.ch
============================================================
/*
* $Id: hbvpdf.ch 11685 2009-07-09 21:22:22Z vszakats $
*/
#include "fileio.ch"
#include "common.ch"
#define CRLF chr(13)+chr(10)
#define NORMAL 0
#define BOLD 1
#define ITALIC 2
#define BOLDITALIC 3
.............................
===============================================================
After including hbvpdf.ch:
............................... (only some examples:) .............
.\PLMED_AART.fmg(1529) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(13) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(14) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(38) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(39) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(63) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(64) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(88) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(89) Error E0030 Syntax error "syntax error at '12'"
.\PLMED_VKP.fmg(113) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(114) Error E0030 Syntax error "syntax error at '16'"
.\PLMED_VKP.fmg(139) Error E0030 Syntax error "syntax error at 'Arial'"
.\PLMED_VKP.fmg(140) Error E0030 Syntax error "syntax error at '12'"
545 errors
No code generated.
hbmk2: Error: Running Harbour compiler (embedded). 1
(c:\hmg.3.0.41\harbour\bin\harbour.exe) -n2 hermes.prg -q -oC:\DOKUME~1\Hans\LOKALE~1\Temp\hbmk_xywwws.dir\ -ic:\hmg.3.0.41\harbour\include -i. -ic:\hmg.3.0.41\include
- danielmaximiliano
- Posts: 2625
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: HMG 3.0.41
Hi Nkrasser :hkrasser wrote:Unfortunately there are new problems - ev. because of name-conflicts in hbvpdf.ch and forms (fmg)
545 errors
changes in Hermes.prg
Code: Select all
/*
* Programm für Artikel- und Auftragsverwaltung
* Ideen: Datenstrukturen von ALI1, ALIA u AART übernommen und ergänzt
* Autor: Hans Krasser
*/
#include "hmg.ch"
#include "hbvpdf.ch"
* Konstanten für leichteres ansprechen der low-level Funktionen
#define _FNAME 1
#define FO_SHARED 64
changes were made to avoid conflicts with repeated variables ud have corrected their application as HMG project, you can compile using the IDE or simply drag and drop on mibuild.bat the message of attention generated by the application to run is simply because it has the route tables on your hard D:
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
- danielmaximiliano
- Posts: 2625
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: HMG 3.0.41
sorry, I forgot to upload the whole project including the modification of the library hbvpdf
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Re: HMG 3.0.41 (errores de archivos)
Hola Rathinagri:
Al bajar este archivo da errores y no se puede instalar. He intentado de otros sitios y tambien tiene errores.
Saludos
Chelo
Al bajar este archivo da errores y no se puede instalar. He intentado de otros sitios y tambien tiene errores.
Saludos
Chelo
- danielmaximiliano
- Posts: 2625
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: HMG 3.0.41 (errores de archivos)
Hola Chelo : desde SourceForge tambien se puede bajar, lo eh hecho desde Firefox 13 y ningún problemachelo wrote:Hola Rathinagri:
Al bajar este archivo da errores y no se puede instalar. He intentado de otros sitios y tambien tiene errores.
Saludos
Chelo
http://sourceforge.net/projects/hmg/fil ... e/download
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Re: HMG 3.0.41
Un saludos a todo(as):
¿Cuál es al futuro de HMG (oficial)?, es decir, hasta dónde prentenden llegar?, yo lo vengo usando desde hace 3 años y he pasado desde DBF, MDB y SQL, y he decidido inclinarme por MDB o MS-SQL (dependiendo de tipo de empresa).
Sin embargo, me agradaría saber qué se tiene pensado (por Roberto López) hacerle más a HMG.
De antemano muchas gracias y en especial a Roberto por este aporte enorme que ha hecho a la comunidad de clipperos y a mi en lo particular que ahora puedo competir con desarrolladores de VB y .NET
¿Cuál es al futuro de HMG (oficial)?, es decir, hasta dónde prentenden llegar?, yo lo vengo usando desde hace 3 años y he pasado desde DBF, MDB y SQL, y he decidido inclinarme por MDB o MS-SQL (dependiendo de tipo de empresa).
Sin embargo, me agradaría saber qué se tiene pensado (por Roberto López) hacerle más a HMG.
De antemano muchas gracias y en especial a Roberto por este aporte enorme que ha hecho a la comunidad de clipperos y a mi en lo particular que ahora puedo competir con desarrolladores de VB y .NET