HMG announcements; Latest HMG-related news, releases, fixes and updates.
Moderator: Rathinagiri
esgici
Posts: 4543 Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:
Post
by esgici » Sun Jan 08, 2012 3:32 pm
Perfect
It's a great pleasure make conversation with you
Thanks to your patience and indulgence
Lets make this more frequently
A great hug from Turkiye to Brazilia
--
Esgici
Viva
INTERNATIONAL HMG
esgici
Posts: 4543 Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:
Post
by esgici » Sun Jan 08, 2012 10:10 pm
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
Pablo César
Posts: 4059 Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil
Post
by Pablo César » Mon Jan 09, 2012 10:35 am
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:
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
jairpinho
Posts: 420 Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:
Post
by jairpinho » Fri Feb 03, 2012 10:28 am
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.
jairpinho
Posts: 420 Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:
Post
by jairpinho » Fri Feb 03, 2012 4:13 pm
clase with the OLE is another problem that would be with the saveas function: does not accept file path with accents and "ç".
jairpinho
Posts: 420 Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:
Post
by jairpinho » Fri Feb 03, 2012 4:15 pm
the version that is working class would be the OLE version 3.0.38 anyone can say it changes when the version is updated
Rathinagiri
Posts: 5481 Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:
Post
by Rathinagiri » Fri Feb 03, 2012 5:27 pm
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.
mol
Posts: 3805 Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:
Post
by mol » Sat Feb 04, 2012 7:05 am
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
Rathinagiri
Posts: 5481 Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:
Post
by Rathinagiri » Sat Feb 04, 2012 8:38 am
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.
mol
Posts: 3805 Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:
Post
by mol » Sat Feb 04, 2012 9:14 am
I've tested with 3.0.36 - everything is OK. I think it's change in some library.
Marek