Inviewedit trouble

Dear friends,

i have a form (named “formA”) contain 3 fields :

field “name” (field with type text)

field “date” (field with type date/time)

field “uploadby” (field with type name)

beside that, i have a view (named “viewA”) with 3 coloum:

coloum name

coloum date

coloum uploadby.

my trouble is: i can’t edit every coloum in “viewA” eventhough i’ve coding “inviewedit” like example number1 in lotus help

i want i can edit every coloum with correctly.

thanx for answering my question

Subject: inviewedit trouble

There must be something different about the columns you can edit, compared to the columns you can’t edit. Compare them carefully and see what the difference is. Are they all enabled for in view edit? Do they all have a column “programmatic name” which is the same as the field name?

Since you have a date column, the code must make sure that the value entered in this column really is a date, and convert it from text to a date value.