HMG.3.4.2

HMG Unicode versions 3.1.x related

Moderator: Rathinagiri

emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: HMG.3.4.2

Post by emzampi »

Postby srvet_claudio » Sat Oct 17, 2015 12:08 am


emzampi wrote:
Eminent Dr. Claudio Soto you gave me solve my problem ?? or is it just a matter of time?.

Your code works fine for my, I do not know if same thing happens other people ?

I think he has the same problem


viewtopic.php?f=5&t=4545
waldfeuer
Posts: 4
Joined: Fri May 09, 2014 4:17 am

Re: HMG.3.4.2

Post by waldfeuer »

Hallo!

Norton360 means that the file contains "WS.Reputation.1" and removes downloaded exe. Can anybody help me?

Gilbert
User avatar
serge_girard
Posts: 3166
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: HMG.3.4.2

Post by serge_girard »

Gilbert,

Try: Stop Norton and re-download.

Serge
There's nothing you can do that can't be done...
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG.3.4.2

Post by tonton2 »

mustafa wrote:Hola Dr. Claudio
Reporto un nuevo Error que me está saliendo
con HPDFPRINT al generar el Fichero PDF
Sin alterar el antiguo código prg cuando compilo
con hmg341 veo que las lineas de texto salen correctas
pero con la nueva versión hmg342 las líneas de texto
tienden a bajarse de su ubicación.

Ver Código Fuente Factura_HPDPRINT.zip en
viewtopic.php?f=5&t=3706

Un cordial saludo
*------------------------------- Google ----------------------*
Hello Dr. Claudio
I reported a new error that is coming to me
with HPDFPRINT to generate the PDF File
Without altering the old code when I compile prg
with hmg341 I see that text lines out right
but with the new version hmg342 text lines
They tend to get down on your location.

View Source Factura_HPDPRINT.zip in
viewtopic.php?f=5&t=3706

Best regards

Mustafa
Bonjour tout le monde
dans le fichier SOURCE/ h_HMG_HPDF
Changer la ligne 312 ( nyPos -= nFontSize) en ( // nyPos -= nFontSize )
et tout redevient normal.

In File SOURCE/ h_HMG_HPDF
Change line 312 (nyPost -= FontSize) in ( // nyPost -= FontSize) and everything returns to normal
Best regards
L'Algerie vous salut
Y.TABET
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG.3.4.2

Post by mol »

These changes about generating PDF's were made for unifying positions of text while normal printing and pdf printing.

You should change your APP.
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG.3.4.2

Post by tonton2 »

Merci Mol :)
mais je l'ai mis pour les personnes qui ont beaucoup de lignes à modifier dans leurs applications.
thank you Mol
translation with google :D
but I put it to people who have a lot of lines to modify their applications.
L'Algerie vous salut
Y.TABET
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG.3.4.2

Post by tonton2 »

mol wrote:These changes about generating PDF's were made for unifying positions of text while normal printing and pdf printing.

You should change your APP.
pour garder ces changements d'unification et ne pas changer son application ,il faudrait changer la ligne 312 (nyPost -= FontSize) en (nyPost - 3 = FontSize)
translation google
to keep those changes and unification not change its application should be changed in line 312 Change line 312 (nyPost -= FontSize) in (nyPost - 3 = FontSize)
L'Algerie vous salut
Y.TABET
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG.3.4.2

Post by tonton2 »

Change line 312 (nyPost -= FontSize) in ( // nyPost - 3= FontSize)
Je m'excuse pour cet article , mais il y à erreur lors de la compilation que je n'avais pas remarqué
merci beaucoup pour votre comprehension.
I apologize for this article, but there in error during compilation that I had not noticed
L'Algerie vous salut
Y.TABET
User avatar
mustafa
Posts: 1159
Joined: Fri Mar 20, 2009 11:38 am
DBs Used: DBF
Location: Alicante - Spain
Contact:

Re: HMG.3.4.2

Post by mustafa »

Hola tonton2
cuando compiling BuilLib.bat
da Error.
La unica solucion que veo es subir en
nuestras aplicaciones las cordenadas
de las líneas o compilar Hmg 3.4.1
Sample:

Anterior-> @ 066,020 HPDFPRINT "Código Cliente:"
Nuevo -> @ 062,020 HPDFPRINT "Código Cliente:"

Hello tonton2
when compiling BuilLib.bat
It fails.
The only solution I see is to climb
our applications the coordinates
lines or compile HMG 3.4.1
Sample: compile HMG 3.4.2
Above> @ 066.020 HPDFPRINT "Customer Code"
New -> @ 062.020 HPDFPRINT "Customer Code"
regards
Mustafa
Attachments
Error.jpg
Error.jpg (16.92 KiB) Viewed 8484 times
User avatar
tonton2
Posts: 444
Joined: Sat Jun 29, 2013 1:26 pm
Location: Algerie
Contact:

Re: HMG.3.4.2

Post by tonton2 »

bonsoir
si vous remplacer dans hmg 3.4.2 dans SOURCE/ h_HMG_HPD la ligne 312 (nyPost -= FontSize par ( // nyPost -= FontSize) il n y a plus d'erreur dans la compilation et ca marche
translation google
if you replace in hmg in 3.4.2 SOURCE / h HMG HPD line 312 (nyPost - = FontSize) by ( // nyPost - = FontSize ) he has no more error in the compilation and it works
L'Algerie vous salut
Y.TABET
Post Reply