@Function is not valid in this context

Hi There,

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’)

Does anyone have any idea how to do this?

Thanks

Jamie.

Subject: @Function is not valid in this context

Hi,

I have a date field on the form with the Date/Time Caledar control enabled.

where in the properties do i enable this feature you mention?

Thanks

Jamie

Subject: RE: @Function is not valid in this context

Not a date-time field, an embedded date picker. Create->Embedded Element->Date Picker

Subject: RE: @Function is not valid in this context

Thank you Stan and Anna,

That is working a treat!

Thanks very much!

Jamie.

Subject: @Function is not valid in this context

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.