HMG 3.0.33
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
HMG 3.0.33
- 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
- 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)
Roberto
(Veritas Filia Temporis)
- 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
Thanks a lot Roberto.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: HMG 3.0.33
Hello Roberto,
Thank you very much for this update
Regards.
Sudip
Thank you very much for this update
Regards.
Sudip
With best regards,
Sudip
Sudip
Re: HMG 3.0.33
THX!
I'm backing to work after my voyages to Egypt. A lot of thinks to do, so I'll test!
Best regards, Marek
I'm backing to work after my voyages to Egypt. A lot of thinks to do, so I'll test!
Best regards, Marek
- Czarny_Pijar
- Posts: 172
- Joined: Thu Mar 18, 2010 11:31 pm
- Location: 19.2341 E 50.2267 N
Re: HMG 3.0.33
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 finihedRoberto Lopez wrote:- HMG 3.0.33 Changelog: - Fixed: Grid error checking (recordsource workarea must be open at control definition). Reported by Czarny_Pijar
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.
Definitely not meRoberto Lopez wrote: - Fixed: Setting recno property in filtered Grid. Reported by Czarny_Pijar.
- 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
- esgici
- Posts: 4543
- Joined: Wed Jul 30, 2008 9:17 pm
- DBs Used: DBF
- Location: iskenderun / Turkiye
- Contact:
Re: HMG 3.0.33
Welcome to naked facts worldCzarny_Pijar wrote: ...that's not what I've been waiting for.
Here doesn't come true everything we are waiting for
Regards
--
Esgici
Viva INTERNATIONAL HMG 
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0.33
I've analyzed the two samples you've sent me in the following post: viewtopic.php?f=5&t=1413Czarny_Pijar wrote: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 finihedRoberto Lopez wrote:- HMG 3.0.33 Changelog: - Fixed: Grid error checking (recordsource workarea must be open at control definition). Reported by Czarny_Pijar)
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.
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.
You can continue using obsolete browse instead modern grid. It's your choiceCzarny_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)
I'm sorry. I'll correct it.Czarny_Pijar wrote:Definitely not meRoberto Lopez wrote: - Fixed: Setting recno property in filtered Grid. Reported by Czarny_Pijar.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0.33
?esgici wrote:Welcome to naked facts worldCzarny_Pijar wrote: ...that's not what I've been waiting for.![]()
Here doesn't come true everything we are waiting for![]()
Regards
--
Esgici
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0.33
As I've explained, you must open the table specified in 'RowSource' property BEFORE Grid creation.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.
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 322 times
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)