We have Bookmark set as the default opening page in Notes.
What I'm trying to do is redirect the embedded frameset -Welcome- frameset depending on the users current location.
So in the db opening script I am writing to the registery the users current location.
If the location is not Office I am redirecting the embedded frameset.
REG Formula I'm using:
sLocation:=@RegQueryValue("HKEY_CURRENT_USER"; "Software\Notes\bookmark\location"; "current_location");
@If(@Contains(sLocation;"Office");"-OfficeFrameset-";"HP2")
-OfficeFrameset- is a web page, Intranet and HP2 is a standard Notes client page.
They are both framesets embedded within a master parent frameset.
This formula is the frames "formula for name of named element"
This all works as it should except the frameset is not redirected until the next time I open Notes or reload the window.
I thought that by using the Db script Initialise and or Postopen event it would work.
Has anyone any ideas on how to get this working?
Software/Hardware used:
ASKED:
April 3, 2008 9:09 AM
UPDATED:
May 13, 2008 5:23 PM