Hi All,
I have a scenario where in I need to create a form with buttons and upon click of each button, I need to call particular action.
My problem is, say I need to create 10 Buttons on a form and clicking on Button 1 should run action 1 and clicking on Button 2 should run Action 2 and so on....
I came up with code to create buttons using DotNet Factory but I some how dont get the idea of how I could do this with to call Actions, but I tried with Radio button and it just worked for me.
Attached is the form layout for reference.
Can you please guide me further to get this done?
Cheers
Natwarlal
I have a scenario where in I need to create a form with buttons and upon click of each button, I need to call particular action.
My problem is, say I need to create 10 Buttons on a form and clicking on Button 1 should run action 1 and clicking on Button 2 should run Action 2 and so on....
I came up with code to create buttons using DotNet Factory but I some how dont get the idea of how I could do this with to call Actions, but I tried with Radio button and it just worked for me.
Attached is the form layout for reference.
Can you please guide me further to get this done?
Cheers
Natwarlal