Hi,
I am in a view and create a new document by use @command([Compose]; Fomr).
The new doc is beeing saved and closed.
Than, the actual selected document should be the one just created. But actually it is not.
Has someone an idea how to navigate to the new document ?
Thanks a lot
Thomas
Subject: RE: how to switch to a view entry
that would be tricky…
the problem is that there is no event you can program for after the document window closes.
In the form’s Postsave event, I suppose you could open the view (not in a new window) and navigate to the document using SelectDocument. But you would need a way to test whether they’re also closing the document, or just saving. Maybe you could set some global variable in the Queryclose and test it in Postsave, or vice versa – I’m not sure which executes first.