Press buttons on a dialog

Post Reply
User avatar
Eoeo
Posts: 222
Joined: Mon Jun 04, 2012 12:00 pm

Press buttons on a dialog

Post by Eoeo »

I made a dialog with some buttons ( btnbmp ) and I associated for each button an action

aBtn[nbotone]:bAction := {|oBtnOmb| my_function(oBtn) }
this when lMultiple is Off := .f.

when lMultiple is .t. I wish no execute the action and when I press a button it must be pressed with the border colorized (sample black)

then the final user make an order and the procudure must insert on array all numbers of the buttons pressed

for sample :

I press first . two, and third button then open a dialog and the procedure let me return the numbers of the buttons pressed

How I can make it ?
Post Reply