Florin M.
Florin M.

Reputation: 2169

Action (button) to open an existing form

I have created a view which displays some informations.

Also, on top of view I created an action bar containing 2actions: New entry & Delete entry. There is also a form called 'formmain', where I have some fields & listboxes where I insert the informations that will appear on the view.

What I want to do and I ask for your help: I want when i click the action button 'New entry', the form called 'formmain' will open/be displayed. Thank you!

Upvotes: 2

Views: 4927

Answers (1)

Per Henrik Lausten
Per Henrik Lausten

Reputation: 21709

You can use the @Compose Formula command for this. Here's an example for your specific form:

@Command([Compose]; ""; "formmain")

I will recommend that you take a look at the Lotus Domino Designer Help database which is part of your Notes installation. It has a lot of useful information including code examples.

Upvotes: 6

Related Questions