How to display Checkboxes and Multiple Lines Text field on one Tab of a form?

Hello,

I’m struggling to display few Checkboxes and one Multiple Lines Text field on one Tab of a form. It seems like there is no way Checkboxes align above Text field.:mad: I have also tried splitting both into two blocks and one below other than the following tabs messed up. Either moved down or Text box kept displaying under each tab.:confused:

Any help in this regard would be highly appreciated!

Regards,

FormTabLayout.jpg

It’s not gonna work that way because you basically have a table with 4 columns and 2 rows with column1 row2 being your text field and this field determines the width of the column.
If you want to have both elements in one block and have it half way decent looking, you will have to define 5 columns and put the checkboxes either in front or adjacent of the text field.
Don’t know if this approach is suitable for you.

jsb

Thanks for suggestion. It won’t work either because some tab have 16 checkboxes with a Textarea and you can imagine how ugly it’s going to be look.:frowning:

There is another way to put both elements in one block if I save checkboxes on a separate table and use N-N Relations option but this means database design change which is not allowed.

Is there anything like colsapn & rowspan in ScriptCase?