Hello all,
I’ve been trying to find a way of opening a user’s To Do list from another application (a customised homepage) using formula. Does anyone know a good way? I had hoped:
@Command([MailOpen]);
@PostedCommand( [OpenFrameset] ; “ToDoFS”)
Would work but of course it looks for the frameset in the source database rather than the target one.
Due to the configurable nature of the app it needs to be in formula (rather than script): otherwise as a last resort I’ll hard code the hot spot but it would be good in formula.
Cheers
David