I’m trying to GoTo a date in a calendar view using LotusScript.
I have a form in the top frameset and a calendar view in the bottom - I would like the calendar view to GoTo the date that was selected in the form (executes ‘OnExit’)
If you use an embedded date picker in your form, you can set the target frame in the properties. This will go directly to the date selected, without any actual programming on your part.