Using a formula in a view that specifies the form |
 |
EXPERT RESPONSE FROM: Dave Hatter

|
 |
|
| > |
QUESTION POSED ON: 23 April 2002
I have two forms, Form_A and Form_B. When saving a document based on Form_A, I wrote LS to generate some "small" document based on Form_B.
I have a view, which is based on Form_B, when I click one document in this view, the default will open the document with Form_B. My question is, how can I open the document with Form_A, which generated the relevant Form_B documents.
|
|
| > |
|
If I understand the question correctly, I think you can easily solve your problem by using a Form Formula in the view that specifies which form will be used when opening documents from the view. Open the view in the Designer client and find the Form Formula. Add a formula the returns the name of the form that should be used. In your case, this could be as simple as "Form_A" if you always want every document in your view to open with Form_A. Alternatively, if you always want to display these documents with Form_A, set the Form field in your LotusScript to "Form_A".
|
|
|
');
// -->

|
|
 |

 |
 |
Search and Browse the Expert Answer Center
Search and browse more than 25,000 question and
answer pairs from more than 250 TechTarget industry experts.
|
 |
 |
 |
|
 |
 |
 |
|
 |
|
 |