[SOLVED] SaveTabForm state
Author: p.lovati@pokerspa.it (PaoloLovati)
Hi, in a "Contained" form (to be displayed in a Tab widget) with split bars and a grid widget the state of the component is saved only once, while the state of the grid widget is updated each time the application is closed. Keep Layout State property is switched on at both the form level and the grid level and HISTORY initialization setting in switched to ON. The Layout State Storage property is defined as COMPONENT. Am I missing something or may be a bug? TYA Paolo

The behavior is due to an "exit(0)" statement at the end of the <QUIT> trigger of the parent form (the one with the TAB field). The layout and grid states of the form contained in the TAB are correctly saved and updated in the registry by removing the statement. Paolo
I did a quick test here and I also can replicate the described problem when I use the version 9.6.04 patch X401C. When I, however, use the latest patch for Uniface 9.6 (which is the version 9.6.06 patch 


