06-06-2008 02:29 PM
06-06-2008 02:46 PM
06-06-2008 04:12 PM
06-06-2008 04:30 PM
I do not think you can programatically turn it off (as a properly)
But you can wire a case statement outside the updater for table value. So that in case the disable control is active, the case is empty (do nothing)
06-07-2008 01:53 AM
Yes you can, it's called Dynamic event Registration.
@RSibagatullin wrote:
I have a new question. So I have an event case where if the table on the front panel gets updated by the user the code overwrites certain columns and rows after the user. My question is can I programmatically turn off the event case mentioned above? The reason why I am asking is will have to via code write something in this table so that the code from the the Value change event hadler won't overwrite that I have written via code in the table.
06-13-2008 11:55 AM
06-13-2008 01:16 PM
06-13-2008 01:27 PM
06-13-2008 02:13 PM
06-13-2008 03:10 PM