Customizing the title of a message within the tab

I have customized the Forms85 database to open a document within a different database to be displayed in the inbox folder. This works as expected, but the tab(which normally contains the subject title) when an item is opened displays undefined. Where can I customize this?

Thanks

Subject: Something to try

Hi Marc,

The answer would depend on how you did that. (Sounds that you did something amazing!) But you might want to take a look at how Fgr() function is implemented. It’s mainly in l_StdPageReadCode subform and its browser variants. You’ll find code something like:

var oTab = EKc.prototype.EYl[‘e-tab-’ + this.DuT.EXz + ‘:Ebu’];

if (oTab) {

oTab.ENP(Blr.Vy);

oTab.Enl(-1);

}

ENP() is the function to change the tab title.

(Please note that this may be changed in upcoming releases as we add features or make fixes)

To make customization to iNotes 8.5 in general, the following would be good references:

http://www-10.lotus.com/ldd/dominowiki.nsf/dx/inotes-lite-framework

http://www-10.lotus.com/ldd/dominowiki.nsf/dx/manipulating-data-in-inotes-lite-forms

There some other good references in “Lotus iNotes customization” category in the site.

Best regards,

  • Akira

Subject: Inotes customization

Hi Marc,

Did u ever find a solution to this?

Also I am looking to open a custom form I build in forms85.nsf but not sure how to do this.

I have created my menu items already just need to open the form when u click on the menu item

Thanks