09-11-2013 08:11 AM
Run applied vi.
We see lot of bugs in Table control. I fixed some on the right table, but not all.
How fix other?
Thanks in advance, Alex.
09-11-2013 02:33 PM
The attached modification includes a workaround for the ctrl+z bug on the Data Mixer (Not Table). It basically keeps a history of your deleted headers and adds them back in when the user types ctrl+z. Not the most elegant solution, but gives you an example of what you can do to work around it.
You could clean it up by using functional globals instead of shift registers.