Grid and browse onchange event

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Grid and browse onchange event

Post by mol »

Grid and browse controls have the event OnChange, which is fired everytime when pointer moves.

I think, we should have an event, which will be fired when user edit some cells or delete row.
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Grid and browse onchange event

Post by Rathinagiri »

This on change event should be fired when an user changes the cell value. (ie., moving the pointer).

We shall have another event may be onvaluechange event for your requirement.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Grid and browse onchange event

Post by mol »

Yes, I thought about OnValueChange and maybe OnRowDelete....
I'm writing new billing system and I need to update summary.
For some reasons I'm using BROWSE for viewing and editing DBF files. Browse does not have OnChange event.
I've tried grid, but, in my opinion, grid is in experimental phase yet for viewing DBF.
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Grid and browse onchange event

Post by Roberto Lopez »

mol wrote:Grid and browse controls have the event OnChange, which is fired everytime when pointer moves.

I think, we should have an event, which will be fired when user edit some cells or delete row.
Added to the wishlist.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Grid and browse onchange event

Post by mol »

I know, that browse is frozen, but maybe this last change is possible? What do you think, Roberto?
Thanks in advance.
Marek
Post Reply