HMG 3.0.33

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

Moderator: Rathinagiri

User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

HMG 3.0.33

Post by Roberto Lopez »

- HMG 3.0.33 Changelog:

- Fixed: Grid 'ColumnWhen' property problems. Reported by Claudio.

- Fixed: Grid Problems redrawing horizontal lines in XP (introduced in 3.0.31). Reported by Claudio.

- Fixed: Grid error checking (recordsource workarea must be open at control definition). Reported by Czarny_Pijar

- Fixed: Setting recno property in filtered Grid. Reported by radohabjan.

Download: site
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
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.33

Post by Rathinagiri »

Thanks a lot Roberto.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0.33

Post by sudip »

Hello Roberto,

Thank you very much for this update :)

Regards.

Sudip
With best regards,
Sudip
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.33

Post by mol »

THX!
I'm backing to work after my voyages to Egypt. A lot of thinks to do, so I'll test!

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

Re: HMG 3.0.33

Post by esgici »

Thanks a lot Roberto

Best Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Czarny_Pijar
Posts: 172
Joined: Thu Mar 18, 2010 11:31 pm
Location: 19.2341 E 50.2267 N

Re: HMG 3.0.33

Post by Czarny_Pijar »

Roberto Lopez wrote:- HMG 3.0.33 Changelog: - Fixed: Grid error checking (recordsource workarea must be open at control definition). Reported by Czarny_Pijar
No no no no, that's not what I've been waiting for. ( However, if we will agree in everything, the discuss will be definitely finihed ;) )
In the current release, from my point of view, one description of the error has been replaced by another.
In case of misunderstanding, let's begin from the start.

1) There's the file c:\hmg\Doc\data\idesample.htm.

2) I followed this path and I've created a wonderful and working program , called IDE_browse_demo. (see attachment no.2)

So far, so good.

3) Then, in the IDE environment, I wanted to replace the obsolete browse with the modern grid, and... I'm struck. (see attachment no.1 for NOT working IDE_grid_demo)

So here's the question: How to achieve the exact funcionality as IDE_browse_demo, using only the IDE and the grid? I'm weak in the theory, but the working example will be highly appreciated.
Roberto Lopez wrote: - Fixed: Setting recno property in filtered Grid. Reported by Czarny_Pijar.
Definitely not me ;)
Attachments
IDE_grid_demo.zip
angry grid here ;)
(1.6 KiB) Downloaded 317 times
IDE_browse_demo.zip
Working browse
(1.56 KiB) Downloaded 272 times
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: HMG 3.0.33

Post by esgici »

Czarny_Pijar wrote: ...that's not what I've been waiting for.
Welcome to naked facts world :)

Here doesn't come true everything we are waiting for ;)

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.33

Post by Roberto Lopez »

Czarny_Pijar wrote:
Roberto Lopez wrote:- HMG 3.0.33 Changelog: - Fixed: Grid error checking (recordsource workarea must be open at control definition). Reported by Czarny_Pijar
No no no no, that's not what I've been waiting for. ( However, if we will agree in everything, the discuss will be definitely finihed ;) )
In the current release, from my point of view, one description of the error has been replaced by another.
In case of misunderstanding, let's begin from the start.
I've analyzed the two samples you've sent me in the following post: viewtopic.php?f=5&t=1413

One of the samples working and the other not.

In the non-working sample, the problem is that the table specified in 'rowsource' property was opened in 'OnInit' window event (AFTER the control creation). Data-bound Grid requires that the tables be open BEFORE control creation.

I've added error checking and a notice in the documentation to INFORM the user about this Grid requirement.
Czarny_Pijar wrote: <...>
3) Then, in the IDE environment, I wanted to replace the obsolete browse with the modern grid, and... I'm struck. (see attachment no.1 for NOT working IDE_grid_demo)
You can continue using obsolete browse instead modern grid. It's your choice :)
Czarny_Pijar wrote:
Roberto Lopez wrote: - Fixed: Setting recno property in filtered Grid. Reported by Czarny_Pijar.
Definitely not me ;)
I'm sorry. I'll correct it.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.33

Post by Roberto Lopez »

esgici wrote:
Czarny_Pijar wrote: ...that's not what I've been waiting for.
Welcome to naked facts world :)

Here doesn't come true everything we are waiting for ;)

Regards

--

Esgici
?
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: HMG 3.0.33

Post by Roberto Lopez »

Czarny_Pijar wrote: So here's the question: How to achieve the exact funcionality as IDE_browse_demo, using only the IDE and the grid? I'm weak in the theory, but the working example will be highly appreciated.
As I've explained, you must open the table specified in 'RowSource' property BEFORE Grid creation.

Window's 'OnInit' event are executed AFTER control's creation.

Data-bound GRID and BROWSE are DIFFERENT CONTROLS, have some DIFFERENT PROPERTIES that work IN DIFFERENT WAY.

Please, take a look at the following IDE GRID attached sample.
Attachments
gridtest.rar
(1.42 KiB) Downloaded 323 times
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply