Page 1 of 1

PostPosted: Thu Aug 17, 2006 6:09 am
by Aoirthoir
If I have my calling field say mediumint and my table for the valuelist being tinyint, sometimes it will not display the value in either view or list mode. It will however display in edit and add mode. I simply thus make sure they are the same type.

Eg

fields.ini:
[Fieldname]
widget:type = select
vacabulary = vocab
(this field has say tinyint)

valuelists.ini:
[vocab]
[percent]
__sql__ = "SELECT ID, DISPLAYNAME FROM TABLE ORDER BY DISPLAYNAME"
(this field called ID is say mediumint)

Hope that makes sense. If anyone else has this let me know. I dont think its a big deal, cause the workaround is pretty simple.