maoyg wrote: > The user creates two Calcs, and one is encrypted whose content is 100, > the user will open another Calc to refer the encrypted one, but fail. > Can we solve this problem? or are there any ways to solve this problem? > I'm looking forward to your advice.
The code to load a document must only do user interaction (like asking for a password) if it's called from a user interaction itself. If a component loads a document, possibly hidden, and inserts or updates links, no dialog must be shown. One solution would be to pass a flag all the way down to parsing a reference. Niklas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
