Hello,
I need to log operator events for Text field and buttons
I tried SOEEventAdd() for
a. Button as
INPUT-->TOUCH-->UP
Toggle(Tag1);
SOEEventAdd(TimeIntToTimestamp(TimeCurrent()),"mymsgButton");
I need to add Tag value in the Message of SOE.(old value and new value)
b.Text Field
INPUT-->KEYBOARD COMMANDS-->####ENTER
Tag1 = Arg1;
SOEEventAdd(TimeIntToTimestamp(TimeCurrent()), "mymsgTextBox");
I need to add Tag value in the Message of SOE.(old value and new value).
For part b need Formnumpad to be open after left click.(I tested it but SOE is not working after this modification)
Please reply.
Thanks.