How to decide what fields user can select on forms

Hi In forms like 18 ‘G/L Account List’, you can right-click a columnheading and choose ‘Show column’. Then you can mark which fields must be inserted in the form. How do you decide which fields are shown in the show-column-screen ? In 3.70 you can only choose 11 fields, but the table 15 ‘G/L Account’ consists of a lot more fields. How do I add more fields to the ‘Show column’-screen ? //Lars

open the list form. Tools->Designer. Field Selector and add the fields that you want in the grid:)

columns you set to visible = no will not appear in the form immediately but can be shown by using the “Show Column”.

quote:

columns you set to visible = no will not appear in the form immediately but can be shown by using the “Show Column”.

Thanks, that was what I was looking for. //Lars