delete expert
-
Hello
I want to put a button in the chart that has a cross so that whenever I click on that button, the expert will be deleted.
But I don't know how to delete the expert
Is there a solution??? -
Create the button oninit, if clicked ontick activate the terminate block
-
@jstap said in delete expert:
Create the button oninit, if clicked ontick activate the terminate block
Thank you, I will try it now