In regards to the tip, Opening a database to a specific frameset, there is a much simpler way to do this:
@Command ([FileOpenDatabase];
"yourServerName" : "yourDbName"; "";
""; "");
@Command([OpenFrameset];
"Specific Target FrameSet");
@Command([OpenFrameset];
"Default FrameSet");
@Command([CloseWindow])
The first command opens the database to the default frameset. The second command opens the specific target frameset that you want to open to (now you have two framesets open, the default and target). The third command moves your focus back to the default frameset. And the fourth command closes the default frameset window. Now you are left with the specific target frameset to which you want to open.
Do you have comments on this tip? Let us know.
This tip was submitted to the SearchDomino.com tip exchange by member Long Yu. Please let others know how useful it is via the rating scale at the end of the tip. Do you have a useful Notes/Domino tip or code to share? Submit it to our monthly tip contest and you could win a prize and a spot in our Hall of Fame.