yuuvis® RAD Q&A

0 votes
by (420 points)

Hello,
we have a table in which at least one mandatory row should be entered by the user.
In the designer I found a possibility how to define the table as "not null", but somehow this had no effect in my tests.

My attempt to make individual table fields mandatory only worked when you create a row, which the user doesn't have to do, but that's exactly what I want to achieve.

How?

best regards
-Enno

1 Answer

+1 vote
by (18.5k points)
selected by
 
Best answer

Hello,

we checked this behavior and right, this table attribute does not have any influence on the table logic. I expect that we will remove this in the next time.

But the solution is to check the table with form scripting. If no row exists the table should be set to error. And with an onchange event, it can be reset.

...