@ViewTitle and embedded views issue

Hello!

I’ve noticed a problem when using the formula @ViewTitle in the action of an embedded view. I’ve got a form showing multiple embedded views, each one with its actionBar and buttons. I’d like to write a unique shared action because all the buttons in the views are similar.

The problems appears when I try to read @ViewTitle inside the shared action to do defferent behaviour depending on the view the button was pressed. All of them return the same value: the view where the main form comes from. I’ve tried @UpdateFormulaContext, but it seems not to work.

Any ideas or suggestions?

Thank you very much,

Sergi Menendez,

Subject: @ViewTitle and embedded views issue

Works in LotusScript if use the ViewName property of the NotesUIView class. And it absolutely doesn’t seem to want to work in @Functions.

Subject: RE: @ViewTitle and embedded views issue

Thank you. I’ll try it in LS, though i will have to migrate the code :frowning:

Sergi Menendez