check-boxes

M

Mikael

Guest
Hi,

I'm a newbie on PHP, DaDaBik and MySQL so bear with me if this is a "stupid"
question.

I wonder if there is a way to create a single checkbox in search/insert/update
forms which will update an ENUM field with a 0 or 1 depending on wehther the
box is checked or not?

Thanks
/Mikael
 
E

Eugenio

Guest
Mikael wrote:
>
> Hi,
>
> I'm a newbie on PHP, DaDaBik and MySQL so bear with me if
> this is a "stupid"
> question.
>
> I wonder if there is a way to create a single checkbox in
> search/insert/update
> forms which will update an ENUM field with a 0 or 1 depending
> on wehther the
> box is checked or not?

Not possible for the moment, you have to use a select menu with two options.

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