razvu wrote:Hi!
Hi!
1. When I create a database, in the DB properties / Fields, for a text field type, there is an option to display a certain no. of pixels. It is written "pixels shown" and it can be adjusted. However when I see all the records, the field's width remains the same, and I cannot adjust it. How is it supposed to work?
You're describing the feature correctly with one caveat- this is the default width and any view will override this width. Perhaps you have a view set up? If so, when you go to Edit View, you'll have settings there. They override the default setting. Hopefully that's the case!
2. For a unique field, when I add a new record, it starts from 2 then goes to 4, 6, etc. Shouldn't it number the records like most databases do: 1,2,3, etc, or to input a number in the beginning and to start counting automatically from there?
Thank you!
There is a single unique counter. It increments for several reasons:
1. For each record which stores an internal unique number as part of it's header
2. For link field types
3. For Unique field types.
It's not really an autonumber field where each field will have consecutive values. This would actually be quite a bit more useful than the Unique field, which frankly is of only limited use these days. The main purpose is to generate something that would help break a tie when sorting. But honestly it's more of a legacy feature than anything and will likely go away or be completely revamped in the future.
Hope this helps!