Page 7 of 8

Re: HMG 3.0.40

Posted: Sun Jan 08, 2012 3:32 pm
by esgici
Perfect :D

It's a great pleasure make conversation with you :D

Thanks to your patience and indulgence :)

Lets make this more frequently :)

A great hug from Turkiye to Brazilia :D

--

Esgici

Re: HMG 3.0.40

Posted: Sun Jan 08, 2012 10:10 pm
by esgici
Hola Pablo

But what, I want make a little modification on your test prg:

Code: Select all

#include <hmg.ch>

Function Main
   MsgInfo( "Using GetCurrentFolder() result: " + GetCurrentFolder() + CRLF +;
            "Using GetStartUpFolder() result: " + GetStartUpFolder() )
Return
Yes, you can use Msgxxx functions ( and some others ) without a main window ;)

Saludos

--

Esgici

Re: HMG 3.0.40

Posted: Mon Jan 09, 2012 10:35 am
by Pablo César
Ohh yeah ! You are right ! I knew it but have forgotten, good to be mentioned and I increase a changing folder positioning, which will demostrate their differences:

Code: Select all

#include <hmg.ch>

Function Main
DirChange("C:\WINDOWS")
MsgInfo("Using GetCurrentFolder() result: "+GetCurrentFolder()+CRLF+;
		        "Using GetStartUpFolder() result: "+GetStartUpFolder())
Return Nil
In my case results was:
Image

Re: HMG 3.0.40

Posted: Fri Feb 03, 2012 10:28 am
by jairpinho
personal
I'm starting to use the hmg3.0.40 however I am not able to change the font color of a frame or even make transparent RadioGroup also another problem would not change the font color.

planila when I generate a class with OLE special characters such as ç, á, ó, ã, õ are replaced by symbols, someone has gone through this.

Re: HMG 3.0.40

Posted: Fri Feb 03, 2012 4:13 pm
by jairpinho
clase with the OLE is another problem that would be with the saveas function: does not accept file path with accents and "ç".

Re: HMG 3.0.40

Posted: Fri Feb 03, 2012 4:15 pm
by jairpinho
the version that is working class would be the OLE version 3.0.38 anyone can say it changes when the version is updated

Re: HMG 3.0.40

Posted: Fri Feb 03, 2012 5:27 pm
by Rathinagiri
Let me check and come with a result.

Re: HMG 3.0.40

Posted: Sat Feb 04, 2012 7:05 am
by mol
jairpinho wrote:the version that is working class would be the OLE version 3.0.38 anyone can say it changes when the version is updated
I have the same problem with polish national characters :? while exporting data to openoffice,
Also, this problem occurs while working with MS SQL Server via ODBC driver.

Marek

Re: HMG 3.0.40

Posted: Sat Feb 04, 2012 8:38 am
by Rathinagiri
If it works on 3.0.38, and not working on 3.0.40, then will it be a Harbour problem?

Re: HMG 3.0.40

Posted: Sat Feb 04, 2012 9:14 am
by mol
I've tested with 3.0.36 - everything is OK. I think it's change in some library.
Marek