Page 1 of 1

Field type [Yes/No] boolean

Posted: Wed Feb 02, 2011 3:41 am
by veer
I am using Openoffice data base for the first time. I created a database and using to keep a track of the work done. Now, I have a problem with the field type [yes/No] Boolean. I have attached a image file of how it looks like when opened in a different computers. The first row first column in base 1 is same as the first row first column of the base2, but it is really confusing to use it that way (The blue solid block is replaced by the grayed out checked box in other). Is there a setting where I can change it ? I have tried everything I can, but could not findout. Any suggestions? and yes, we are using the same version (open office 3.2 on all the computers)

Copied base1 image from the reply of villeroy (moderater) from http://user.services.openoffice.org/en/ ... 51&start=0

Re: Field type [Yes/No] boolean

Posted: Wed Feb 02, 2011 5:47 am
by DACM
veer wrote:...The database created is saved in a shared folder and every one of us use it.
If you're using an "Embbeded database" among several users simultaneously from a shared folder, then you're going beyond the design of that particular configuration. In that case, there's no fix because the follow-on users are limited to read-only database access -- which is reflected in various ways such as graying-out fields, controls, etc. In this case, the tri-state checkbox (Null, True, False) is most likely working according to design.

But there is a fix, if you're so inclined. I'm betting you'll get a consistent view (the dark blue bubble for Null checkboxes) when all users have read/write access to the underlying HSQL database. See the links in my signature block for information on migrating to a robust, client-server configuration for multi-user, read/write access.

Either way, make sure you're keeping regular backups because multi-user access to an "Embedded database" is the most risky (data-wise) approach we've seen in the forums.

Re: Field type [Yes/No] boolean

Posted: Wed Feb 02, 2011 8:47 am
by Villeroy
The boolean fields in the screenshots are triple-state. They can take 3 different values: On, Off and Null (empty). Make the field mandatory (not nullable) and the field will be on or off only.

Re: Field type [Yes/No] boolean

Posted: Wed Feb 02, 2011 5:36 pm
by veer
Hey Villeroy, I want it to be triple-state with null as blue bubble.

Thanks DACM for the links..Will look in to it.