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
Grid with buttons
Moderator: Rathinagiri
- dragancesu
- Posts: 930
- Joined: Mon Jun 24, 2013 11:53 am
- DBs Used: DBF, MySQL, Oracle
- Location: Subotica, Serbia
Re: Grid with buttons
What you want? I do not understand you at all
What should be the function of the button?
What should be the function of the button?
Re: Grid with buttons
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.
Re: Grid with buttons
Not mandatory be a button. Any component call a function or procedure.
Excuse my bad english.
Excuse my bad english.
Re: Grid with buttons
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
Sample hmg.3.3.4\samples\controls\grid\grid_checkboxes.
hmg.3.3.4\samples\controls\grid\grid_groups
Franco
All The Best,
Franco
Canada
Franco
Canada
Re: Grid with buttons
Thanks Franco. I Will test this examples. My intent is create a grid function with buttons generated in runtime. HMG has many samples.