Dadabik cuts off first and last letter if field is set to 'select_multiple_menu'

R

Roy

Guest
Hi all,

I have a peculiar problem, hopefully one which can be easily resolved.

When I'm in the internal table manager and set one of my column's fields to the "select_multiple_menu" option, the first and last characters of all that column's entries are deleted. This makes proper searching and viewing impossible.

Is there a fix to this? Some misplaced file perhaps?

thanks in advance...
~Roy

 
D

Deb

Guest
put a ~ (or whatever delimiter you chose) before and after your entire list of options.

Now, do you know how to create a single checkbox or radio button?

DebF

 
R

Roy

Guest
Hi,

The delimiters are in place correctly, but the error still occurs.

The error only seems to occur when I select 'select_multiple_menu' or 'select_multiple_checkbox', anything in which multiple selections are allowed.

~Roy
 
E

Erwin

Guest
hi....

Try to put a space before and after your value on option fields....

thanks.. hope that helps...
 
R

Roy

Guest
Hi,

I tried your suggestion, but it didn't solve the problem. Thanks for the note though.

~Roy
 
E

Eugenio

Guest
Roy wrote:

> Hi,
>
> I tried your suggestion, but it didn't solve the problem.
> Thanks for the note though.

Like Deb said, you have to "put a ~ (or whatever delimiter you chose) before and after your entire list of options".



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
E

Eugenio

Guest
Deb wrote:

> put a ~ (or whatever delimiter you chose) before and after
> your entire list of options.
>
> Now, do you know how to create a single checkbox or radio
> button?



Speficy just an option in your select_multiple field.



(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top