Hello,
I am building a custom project database, pretty similar
to the journal database. I use a similar Frameset.
When I am opening a form the defined window title is displayed.
When I open a view there is only the database title and Lotus Notes in the title.
How do I get the view title to the window title.
I think it is simple, but I do not see it.
All views have a title and an alias.
When I copy my view to a journal database then the view name is displayed in the window title. Unfortunately the other way not…
Thank you
Regards
ingo
Subject: How to display view name in window title?
I believe there is some hierarchy if you embed FrameSets within Framesets, but if you just have a view within a FrameSet then you are looking for the FrameSet title area.
In the formula window place @ViewTitle
This will give you database name - view title
Subject: RE: How to display view name in window title?
Thank you,
at the moment I play around with the frames and framesets.
My frameset is similar to the journal database.
But my basic frameset as an additional horizontal frameset.
Adding @viewtitle to the inner frameset does not work.
But, removing @dbTitle from the frameset title worked fine.
Thank you for the hint…