if a field is defined in dbfields as a {pick
<tablename>} instead of as a pickid, setting it in
typesfields as mult=Y has no effect. Commit will try
to save the values in the records table instead of pickrel.
If this is still unresolved, I wanted to just say that I
think this makes sense. The only way to store multiple
values in the pickrel table is to use a pickid field type.
pick field types store the actual name (text value) in the
`records` table. Perhaps if set to multiple the pick field
type should store comma-separated values in `records`?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=568541
If this is still unresolved, I wanted to just say that I
think this makes sense. The only way to store multiple
values in the pickrel table is to use a pickid field type.
pick field types store the actual name (text value) in the
`records` table. Perhaps if set to multiple the pick field
type should store comma-separated values in `records`?