Page 1 of 1

Grid with buttons

Posted: Sat Jun 20, 2020 1:21 pm
by vlademiro
Hi all

Where I can get examples about grid with buttons? I need create a grid with links/buttons to another windows.
E.g: The grid is build in runtime with buttons (buttons, links or images)

Thanks all

Re: Grid with buttons

Posted: Mon Jun 22, 2020 5:59 pm
by dragancesu
What you want? I do not understand you at all
What should be the function of the button?

Re: Grid with buttons

Posted: Mon Jun 22, 2020 7:26 pm
by vlademiro
I want put a button inside grid row. It's possible ? When user click in button then execute a routine. E.g: a function or procedure.
IMG-20200622-WA0005.jpg
IMG-20200622-WA0005.jpg (36.93 KiB) Viewed 1953 times

Re: Grid with buttons

Posted: Mon Jun 22, 2020 7:29 pm
by vlademiro
Not mandatory be a button. Any component call a function or procedure.

Excuse my bad english.

Re: Grid with buttons

Posted: Mon Jun 22, 2020 8:13 pm
by franco
I would suggest make window holding the grid bigger. Then add buttons to the window. Then the actions of the buttons can work with the grid.
Sample hmg.3.3.4\samples\controls\grid\grid_checkboxes.
hmg.3.3.4\samples\controls\grid\grid_groups
Franco

Re: Grid with buttons

Posted: Tue Jun 23, 2020 9:48 pm
by vlademiro
Thanks Franco. I Will test this examples. My intent is create a grid function with buttons generated in runtime. HMG has many samples.