Solved

Fields not moved to second tab

  • 18 November 2022
  • 2 replies
  • 35 views

Userlevel 2
Badge +5

Hi everyone,

We have a detail page with a SQLeditor control and some text inputs below.

When we make the window smaller, there is no second tab created, only when the space is very small:

 And in the second tab only the last field is shown.

 

Is this a bug? Or default behaviour when having a large component on a detail?

icon

Best answer by Jasper 18 November 2022, 15:18

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +11

@Mark Jongeling you're right, but I think the problem here is that the Division, Start Date and Provider fields are placed under the SQL Editor control.

 

This is caused by the fact that the SQL Editor control is wider than the form column width. You can increase the default width in the Subjects modeler and decrease the width of the individual controls, but then you will only get one column in every tab page of the form.

Another option is to place the Variables before the SQL Editor or on a new tab page.

Userlevel 7
Badge +23

Hi Tejo,

The SQL-Editor control has a special property which causes it to shrink or grow depending on the available space in the form. This is done so in the Software Factory, code fields can react to the component size. This cannot be changed currently.