[Zope-CMF] Data not being stored

Ian Ford iford@US.NET
Wed, 11 Jul 2001 15:38:09 -0700


> I have a product that I am working on that works in the same manor as
> events but it stores members timecard information. I have reused most
> of the code from the CMFCalendar item. But what is now happing is that
> only 3 form fields are being stored and I really need all of them. I
> am not getting any sort of error so debugging is not that easy.
>=20
> the fields I am trying to store are as follows:
>=20
> date
> actual_hours_worked
> hours_worked
> scheduled_pto
> unscheduled_pto
> fmla_hours
> holiday_hours
> scheduled_hours
> total_hours
>=20
> The only ones that are being stored are actual_hours_worked , date,
> and hours_worked.
>=20
> I have checked to see if the form field names are different from those
> in the py scripts and they are not.
> If anyone has any ideas that could help I would it would be very
> appreciated.
>=20
> Thank you,
>=20
> Ian Ford
>=20