Grid with buttons

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
vlademiro
Posts: 36
Joined: Mon Jun 01, 2020 4:17 am
DBs Used: DBF

Grid with buttons

Post 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
User avatar
dragancesu
Posts: 930
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: Grid with buttons

Post by dragancesu »

What you want? I do not understand you at all
What should be the function of the button?
vlademiro
Posts: 36
Joined: Mon Jun 01, 2020 4:17 am
DBs Used: DBF

Re: Grid with buttons

Post 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 1951 times
vlademiro
Posts: 36
Joined: Mon Jun 01, 2020 4:17 am
DBs Used: DBF

Re: Grid with buttons

Post by vlademiro »

Not mandatory be a button. Any component call a function or procedure.

Excuse my bad english.
franco
Posts: 877
Joined: Sat Nov 02, 2013 5:42 am
DBs Used: DBF
Location: Canada

Re: Grid with buttons

Post 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
All The Best,
Franco
Canada
vlademiro
Posts: 36
Joined: Mon Jun 01, 2020 4:17 am
DBs Used: DBF

Re: Grid with buttons

Post 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.
Post Reply