Page 15 of 21
Re: HMG.3.4.2
Posted: Sun Nov 22, 2015 10:22 am
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
Re: HMG.3.4.2
Posted: Thu Jan 14, 2016 1:36 pm
by waldfeuer
Hallo!
Norton360 means that the file contains "WS.Reputation.1" and removes downloaded exe. Can anybody help me?
Gilbert
Re: HMG.3.4.2
Posted: Thu Jan 14, 2016 1:46 pm
by serge_girard
Gilbert,
Try: Stop Norton and re-download.
Serge
Re: HMG.3.4.2
Posted: Wed Feb 03, 2016 12:15 pm
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
Re: HMG.3.4.2
Posted: Wed Feb 03, 2016 1:00 pm
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.
Re: HMG.3.4.2
Posted: Wed Feb 03, 2016 1:29 pm
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
but I put it to people who have a lot of lines to modify their applications.
Re: HMG.3.4.2
Posted: Wed Feb 03, 2016 1:48 pm
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)
Re: HMG.3.4.2
Posted: Thu Feb 04, 2016 8:34 am
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
Re: HMG.3.4.2
Posted: Thu Feb 04, 2016 12:14 pm
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
Re: HMG.3.4.2
Posted: Thu Feb 04, 2016 1:45 pm
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