Home > Domino Tips > Developer > Formula > Open a database to a specific frameset
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

FORMULA

Open a database to a specific frameset


Tammie Miller
07.16.2004
Rating: -3.17- (out of 5)


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   


Anyone who has tried to open a database to a specified frameset knows that the @Opendatabase command followed by the @Openframeset command does not work. So, how can you do it? If formulas are an option, you can do it by setting an environment variable and using computed frames.

Let's say in your target database (the one you want to open), you have two framesets: Employees and Supervisors. From your originating database, you wish to have two outline entries -- one to open the Employees frameset and one to open the Supervisors frameset. First, your outline entries will use a formula similar to the one below:

For the Employees 
outline entry:
@Environment("variablename";"Employees");
OpenDBName := "targetdatabasename.nsf";
Server := "servername";
@Command([FileCloseWindow]) &
@PostedCommand([FileOpenDatabase]; 
Server : OpenDBName))

The first line sets the environment variable in the user's notes.ini file. The remaining lines close the current window and open the target database.

For the Supervisors outline entry:
@Environment("variablename";
"Supervisors");
OpenDBName := "targetdatabasename.
nsf";
Server := "servername";
@Command([FileCloseWindow]) &
@PostedCommand([FileOpenDatabase]; 
Server : OpenDBName))

The second part of the solution is to set computed frames in the target database. Create a new frameset, "Main." The Main frameset should only have one frame (you'll have to create it with two and then delete one of the frames). The frame properties should be set to a Named Element of type Frameset and a computed value something like:

@If(@IsNull(@Environment("variablename"));
"Employees";@Environment
("variablename"))

This formulas says that if the environment variable is null, use the Employees frameset as the default, otherwise use the value of the variable.

Lastly, set the database Launch properties of the target database to open the Main frameset. The database will always open with the Main frameset, but the frameset that displays within Main will depend on the environment variable.

Do you have comments on this tip? Let us know.

This tip was submitted to the SearchDomino.com tip exchange by member Tammie Miller. Please let others know how useful it is via the rating scale below. 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.

Rate this Tip
To rate tips, you must be a member of SearchDomino.com.
Register now to start rating these tips. Log in if you are already a member.




Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED CONTENT
Formula
View hidden fields on Lotus Notes/Domino forms
Case-insensitive @Unique version combines fields on Lotus Notes forms
Provide rich-text formatting via the Profile document and Formula
Using Formula language code to sort Lotus Notes messages by subject
How to create dynamic JavaScript in Notes Domino without formulas
Formula language button manages Deny Access list searches
Retrieve Lotus Notes names from a nested group using @DBLookup
Create a computed Lotus Notes field to list Personal Address Book names
Show multiple Lotus Notes document fields in a single view column
How to send a document as a link in a Lotus Notes email

Lotus Notes Domino Formula Language
View hidden fields on Lotus Notes/Domino forms
Case-insensitive @Unique version combines fields on Lotus Notes forms
Do I use Formula or LotusScript to include a doclink to a Notes view?
Top 10 Lotus Notes/Domino coding and development tips of 2008
Provide rich-text formatting via the Profile document and Formula
Top 10 Formula language tips
Using Formula language code to sort Lotus Notes messages by subject
How to create dynamic JavaScript in Notes Domino without formulas
Stop response documents from showing in a Lotus Notes form
Formula language button manages Deny Access list searches

RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary

DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



Domino & Lotus Notes Security Solutions: Authentication, Antispam, Encryption and Antivirus
HomeTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersDomino IT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts