Hi all,
I'm having few problems to understand why the 'Copy To Client' component behaves differently when it is launched from Client and when it is launched from URL link.
I have two protocols (attached at the discussion). One is the interface to the second one.
They are a skeleton scheme to my real project, but I think I found out where the problem is originated.
The main object of these protocols is to decide if the results must be saved locally on the user Desktop or left on the PP server (in the real application the file left on the server is automatically opened by an in-house visualizer).
By choosing to save locally (or not) a global variable, called LocalSave carry a 'True/False' value to the second protocol.
If LocalSave is True, the results are saved on the user Desktop. Otherwise they are not.
For debug purpose, I show the value of this variable at the end of the protocol.
When I run the protocols from my PP Client every works fine.
When I test the link of the interface protocol (which send the data to the second one) the 'Copy To Client' component doesn't save the file, even though it is supposed to.
I'm working on Windows 7. It might be a tiny mistake but I can't spot it out.
Regards,
Francesco
