HMG 3.0.34

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.34

Post by Roberto Lopez »

- New: Data-Bound Grid methods: 'DisableUpdate' and 'EnableUpdate' I've added these methods to avoid conflicts arising when user programatically moves the record pointer in the Grid RowSource workarea.(*)

- Modified: Data-bound Grid, 'Refresh' method supports an optional logical parameter. When it is set to .t., the selected logical record will be preserved.(*)

- Modified: Documentation. I've included the refernce for Browse control in documentation again and removed its 'obsolete' status. The reason for this, is that some people felt compelled to change Browse for Grid in their applications (that was not my intention). Data-bound Grid is only an alternative to Browse, so, each user must evaluate the convenience to change. More important, data-bound Grid is in testing stage yet, and its use in working applications must be evaluated carefully.

- Fixed: Grid problems in re-initialization. Reported by radohabjan.

- Fixed: Grid problems with multiple workareas. Reported by Czarny_Pijar.

- Fixed: Grid 'When' problems (introduced in 3.0.31). Reported by Grigory.

- Fixed: Problems with Tab's 'AddControl method.

- Fixed: Spinner control problems withm Row, Col, Width and Height properties used after control definition.

(*) These are exceptions to the feature freeze, but these new features are required to allow users to handle certain situations when using data-bound Grid.
Download: site
Regards/Saludos,

Roberto


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

Re: HMG 3.0.34

Post by esgici »

Thanks a lot Roberto :)

Best regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: HMG 3.0.34

Post by Vanguarda »

Hi friends,

Thanks Roberto , for this new release.


My best regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
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.34

Post by Rathinagiri »

Thanks a lot Roberto for this b'day release. :)
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.34

Post by sudip »

Thanks a lot Roberto. Now, I am in my cousin's house. I shall download in the night.
Regards.
Sudip
With best regards,
Sudip
User avatar
srvet_claudio
Posts: 2223
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: HMG 3.0.34

Post by srvet_claudio »

Gracias Roberto por esta nueva puesta a punto.
Saludos,
Claudio Soto
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: HMG 3.0.34

Post by l3whmg »

Hi Roberto,
molte grazie per il tuo lavoro e questa nuova versione (many thanks for your great work and for this new version).
Luigi from Italy
www.L3W.it
User avatar
mol
Posts: 3805
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HMG 3.0.34

Post by mol »

Thanks Roberto!
I'm using this version and looks everythink is OK.
Only sometimes I meet problems with grid, but at now, I can't clarify and build extra bad working sample :D Maybe it's my bad thinking.... I'm used to use browse, maybe it causes problems.
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: HMG 3.0.34

Post by sudip »

Hello Roberto,

I found an unusual behavior of IDE during compilation (3/4 times within 1 hour). I was compiling my latest project. During (after) compilation, my app didn't run silently (without any error message or crashing IDE). I found this problem 3/4 times.

I am not sure whether it's due to Bit Defender or Avast Antivirus of my computer. But, didn't make any change in my security setting for some days.
Last edited by sudip on Mon May 24, 2010 11:18 am, edited 1 time in total.
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.34

Post by mol »

I think, I found a problem with HMG 3.0.34

Variables are not assumed as memory variables rather as fields.
When I have opened database, my variable is taken from database, though PRIVATE DECLARATION
Post Reply