Removing all content on logout

Hello @whills,

The solutions above should work in general but sometimes the specifics depend on your app’s particular structure. Could you share a simple clone that demonstrates the issue? We may be able then to help more directly.

In general though, as suggested above, either using self.clear() or opening a brand new blank form should be in the neighbourhood of the solution. @david.wylie 's last clone works to demonstrate a way of doing this.