HMG 3.0.40

HMG announcements; Latest HMG-related news, releases, fixes and updates.

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.40

Post 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
Viva INTERNATIONAL HMG :D
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.40

Post 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
Viva INTERNATIONAL HMG :D
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: HMG 3.0.40

Post 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
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: HMG 3.0.40

Post 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.
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: HMG 3.0.40

Post by jairpinho »

clase with the OLE is another problem that would be with the saveas function: does not accept file path with accents and "ç".
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: HMG 3.0.40

Post 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
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.40

Post by Rathinagiri »

Let me check and come with a result.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.40

Post 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
User avatar
Rathinagiri
Posts: 5481
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: HMG 3.0.40

Post by Rathinagiri »

If it works on 3.0.38, and not working on 3.0.40, then will it be a Harbour problem?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.40

Post by mol »

I've tested with 3.0.36 - everything is OK. I think it's change in some library.
Marek
Post Reply