hi,
I had this code for quite some time now:
SELECT 'dbr.editable', '[condCol]', 'sp_DBR_myproc_edit_condCol', 'inLogin=(inLogin)', 'inID=ID', 'checkbox_id=Conds', 'type=checkbox', "select=select.... from... where...";
and it was working perfectly giving user ability to select multiple options as checkboxes while editing column and get comma delimited list of selected values into a column.
But i have noticed it has stopped working - possibly very recently, while i have made no code changes.
Could this be due to some bug introduced in most recent patches?
I am on version myDBR 5.8.1 (build 4223)
Thank you
Eugene