Hi,
how can I manually set the focus in a field on a frameset ?
Note that uidoc.GotoField(“fieldname”) doesn’t work.
Thanks and regards,
Bernd
Hi,
how can I manually set the focus in a field on a frameset ?
Note that uidoc.GotoField(“fieldname”) doesn’t work.
Thanks and regards,
Bernd
Subject: RE: Focus with Lotusscript
Is this the same thing you posted about before?
NotesUIDocument.GotoField will work, but it needs to be executed while the frame already has focus.
Did you try using JavaScript? If that works, we can discuss ways to do the other things you want to do using JavaScript.
Subject: RE: Focus with Lotusscript
Hi,
yes, I’ve posted this problem. I’m trying to do that with Lotusscript or the options of the frame. I can’t use JavaScript, I use the client.
Thanks for your response,
Bernd
Subject: RE: Focus with Lotusscript
Um…JavaScript works in the Notes client.
Subject: RE: Focus with Lotusscript
The Notes client does support JavaScript – not everything, but a lot of things. I think you might try it.