Open To Do with Formula

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

Subject: Try @Command([OpenCalendar];username;[UseToDoFrameset]) <>

Subject: What a clever man you are Steve

Works great - many thanks - nice to learn something new (is it a new parameter or has it been around, albeit undocumented, for a while?)