12-27-2017 05:25 AM
Is any option to access the label using Callback function.
12-27-2017 05:34 AM
Maybe you can provide a few more details:
- you want a callback called if someone clicks on a label
or
- you want to change the label once someone clicks on the associated control
or
...?
12-27-2017 05:44 AM
If i take edit command button, only if command button is clicked leads to callback but if label is clicked it wont . I wanted the operation even if label is clicked
12-27-2017 05:59 AM
I am afraid I do not understand... for a command button the label is on the button, so how can you click on the label without clicking on the button?
I am attaching a typical screenshot
12-27-2017 06:02 AM
Is any option if I click on label instead on button ??
12-27-2017 06:09 AM
.... how can you click on the label without clicking on the button if the label is on the button?
12-27-2017 06:15 AM
a possibility to have a "clickable" label is
- do not use a label for your control
- use a text message instead which provides its own callback function
12-27-2017 10:08 PM
Thanks even 'm using the same but I thought is any option for label too