Hi,
Is it possible to keep a button down after clicking on it once? And when clicking the button again: jump back in its original state (up). In Dynamics AX 2012 R3 CU8 I have:
Form1
[design]
- ButtonGroup1
- Button1
- Clicked method1
// this.toggleValue(!this.toggleValue);
I want the button to be able to toggle: on/off. But playing around with properties like: ToggleButton and ToggleValue ain't wokring for me.
Is there an example available in AX, or does anyone have an idea?
*This post is locked for comments
I have the same question (0)