How to UNDELETE a row in Edit Table (OpenInsight 64-bit)
At 17 FEB 2020 09:56:28PM Dave Sigafoos wrote:
With the newly designed EditTables, is there an *easy* way to undelete a row?
Before I had to hold a copy of the array upon focus and catch the deleterow event .. compare and restore as needed.
Is all of that still necessary?
At 18 FEB 2020 05:11AM Carl Pates wrote:
Hi Dave,
Still the same.
At 18 FEB 2020 11:18AM Donald Bakke wrote:
With the newly designed EditTables, is there an *easy* way to undelete a row?
Before I had to hold a copy of the array upon focus and catch the deleterow event .. compare and restore as needed.
Is all of that still necessary?
Dave - Perhaps you would prefer to prevent the row from being deleted in the first place? If so, OI 10 makes this much easier so you normally don't have to worry about undeleting a row.
At 18 FEB 2020 12:25PM Dave Sigafoos wrote:
Thanks Don .. that is a great article ..