NotesViewColumn property not working

Hi, My requirement is to show the Month and Year from the Date field in the view. I am able to set the column properties manually. I am facing difficulty in setting the column properties using lotus script. I have tried with the column property DateFmt and TimeDateFmt in the code. But its showing the Full DateTime value in the view.

Subject: RE:NotesViewColumn property not working

hi James, My requirement is to customize the view where the end user will select the fields to be shown in the view column from the Dialog Box. There is field called MonthYear which stores the DateTime value. When the user select this field to be shown in the view,it should show only the Month and Year from the DateTime value. I have tried with the column properties in the code

col.TimeDateFmt=0

col.DateFmt=3

It is still showing the DateTime value.

Subject: Have you tried refreshing or rebuilding the view?

Have you tried using the notes view backend class to do a view.refresh or front ui workspace class to do a ws.viewRebuild?

Subject: Forwarded to Development group

send mail to Core client Lotus Script - E. F.E.F said it’s back-end class issue, so J.C. is also cced.

Subject: re: NotesViewColumn property not working

It is difficult to tell what your issue is - please be more specific. To set a DateTime value, you would call Document.replaceItemValue

Subject: There was an FP that fixed this SPR in 8.5.1FP…3 I believe? Or FP4?