Page 3 of 6

Re: HMG 3.0.46

Posted: Fri Nov 09, 2012 10:12 pm
by danielmaximiliano
danielmaximiliano wrote:Hi :
C:\hmg.3.0.46\SAMPLES\USER.COMPONENTS\demo.prg Not Work.
Harbour 3.2.0dev (Rev. 18443)
Copyright (c) 1999-2012, http://harbour-project.org/
C:\hmg.3.0.46\SAMPLES\USER.COMPONENTS\demo.prg(22) Error E0030 Syntax error "syntax error at '.'"
C:\hmg.3.0.46\SAMPLES\USER.COMPONENTS\demo.prg(23) Error E0030 Syntax error "syntax error at '.'"
C:\hmg.3.0.46\SAMPLES\USER.COMPONENTS\demo.prg(24) Error E0030 Syntax error "syntax error at '.'"
C:\hmg.3.0.46\SAMPLES\USER.COMPONENTS\demo.prg(25) Error E0030 Syntax error "syntax error at '.'"
C:\hmg.3.0.46\SAMPLES\USER.COMPONENTS\demo.prg(34) Error E0030 Syntax error "syntax error at '@'"

5 errors
4 errors
Sorry , I read the accompanying text readme.txt and commentary of Roberto Lopez on the operation of
USER INTERFACE COMPONENTS

Re: HMG 3.0.46

Posted: Sat Dec 01, 2012 7:15 pm
by andyglezl
Hola de nuevo

Estoy tratando de generar archivos a PDF.

Con este codigo, me despliega los siguientes mensajes de error:
--------------------------------------------------------------------
Hello again

I am trying to generate PDF files.

With this code, I displayed the following error messages:
--------------------------------------------------------------------

FUNCTION GenPDFCte( cCte, cNomCte )
LOCAL lSuccess := .f. ; cLB := chr( 10 )

SELECT HPDFDOC cCte+" Edo.Cta.pdf" TO lSuccess papersize HPDF_PAPER_LETTER
SET HPDFDOC COMPRESS ALL
SET HPDFDOC PERMISSION TO READ <--------------- Si comento estas 2 lineas - If I comment these 2 lines
SET HPDFDOC PERMISSION TO PRINT <--------------- no aparecen los mensaje... - message does not appear ...
*SET HPDFDOC PAGEMODE TO OUTLINE
SET HPDFINFO AUTHOR TO "AGL"
SET HPDFINFO CREATOR TO "CADES"
SET HPDFINFO TITLE TO "Estado de Cuenta del Cliente: "+cCte
SET HPDFINFO SUBJECT TO "Estado de Cuenta desde el Sistema CADES"
SET HPDFINFO KEYWORDS TO "Estado, Cuenta, CADES, LibHaru, Harbour, MiniGUI"
SET HPDFINFO DATECREATED TO date() TIME time()
IF lSuccess
START HPDFDOC
<--------------- Los mismos mensajes si lo pongo aqui... - The same messages if I put it here ...
START HPDFPAGE
Print_HeaderBox( cCte, cNomCte )
@ 235,200 HPDFPRINT "This is right aligned text" FONT "Courier-Bold" SIZE 14 RIGHT
@ 245,010 HPDFPRINT '@ 250, 105 HPDFPRINT "This is center aligned text" COLOR { 255, 0, 0 } CENTER'
@ 250,105 HPDFPRINT "This is center aligned text" COLOR { 255, 0, 0 } CENTER
@ 260,010 HPDFPRINT '@ 270, 105 HPDFPRINT "This is text in bigger font size" SIZE 30 COLOR { 255, 0, 0 } '
@ 270,010 HPDFPRINT "This is text in bigger font size" SIZE 30 COLOR { 100, 0, 0 }
END HPDFPAGE
<------- Si los pongo aqui, no genera el archivo PDF... - If I put them here, does not generate the PDF ...
END HPDFDOC
ENDIF

SHELLEXECUTE( 0, "open" , cCte+"-Edo.Cta.pdf")
RETURN( Nil )


Alguna pista ? Gracias.
Any hints? Thank you.

Re: HMG 3.0.46

Posted: Sun Dec 02, 2012 4:10 am
by Rathinagiri
Can you please post a small sample?

Re: HMG 3.0.46

Posted: Sun Dec 02, 2012 6:35 am
by andyglezl
Hello rathinagiri

Annex I Example, Thanks.
---------------------------------------
Hola rathinagiri

Te anexo el ejemplo, Gracias.
---------------------------------------

Re: HMG 3.0.46

Posted: Sat Sep 28, 2013 4:13 am
by CCH4CLIPPER
Hi All

Can I assume that HMG3.0.46 is now stable for production usage ? :-)

CCH4CLIPPER
http://cch4clipper.blogspot.com" onclick="window.open(this.href);return false;

Re: HMG 3.0.46

Posted: Sat Sep 28, 2013 6:47 am
by esgici
CCH4CLIPPER wrote: Can I assume that HMG3.0.46 is now stable for production usage ? :-)
No doubt :arrow: 8-)

Happy HMG'ing :D

Re: HMG 3.0.46

Posted: Tue Oct 08, 2013 5:39 am
by sudip
After long gap, I am thinking to work with HMG ... During 3 years, I forgot many basic things. Sometimes I may ask even very basic questions also ... ;-)

Re: HMG 3.0.46

Posted: Tue Oct 08, 2013 8:54 am
by bpd2000
sudip wrote:After long gap, I am thinking to work with HMG ... During 3 years, I forgot many basic things. Sometimes I may ask even very basic questions also ... ;-)
Your activity during long gap ?

Re: HMG 3.0.46

Posted: Tue Oct 08, 2013 9:32 am
by esgici
Hi Sudip
sudip wrote:... I am thinking to work with HMG ...
Very good news :)

I'm sure your return will be magnificent :!:

Basic or not, all your questions are welcome :arrow:

Happy HMG'ing, now and forever :D

Re: HMG 3.0.46

Posted: Tue Oct 08, 2013 10:10 am
by sudip
Thanks Esgici :D
Actually I never completely left HMG anytime. You know it :-)
Downloaded different versions time to time. Still one of my clients using software created by me developed with HMG... :D