Menu

#33 event view does not show custom checkbox

open
nobody
None
5
2006-12-06
2006-12-06
Anonymous
No

Using MS Access, I can't see the custom checkbox even when it was defined as correct "Custom field" via administration, to solve the problem i went to event_view.asp line 502

Set event_CheckBox1 = CCCreateField("event_CheckBox1", "custom_CheckBox1", ccsBoolean, Array("true", "false", Empty), Recordset)

It should be like this

Set event_CheckBox3 = CCCreateField("event_CheckBox3", "custom_CheckBox3", ccsBoolean, Array(1, 0, Empty), Recordset)

note this: "Array(1, 0, Empty)", the correct format is get numeric parameters, that is the problem.

I hope this can help.

Discussion


Log in to post a comment.