Where is the rows formatting code?
In the table settings — parameter Row Formatting.
Which function formats rows?
Does the field formatting override the row formatting?
Yes — string formatting is overridden by field formatting.
If we refer to a rows part field in the formatting conditions, which row will its value be taken from?
For each row, the value from this row will be taken.
f1=: setRowFormat(condition: #status = 1; block: true)
What are the differences between setRowFormat and setFormat?
There are parameters related to blocking actions on a row:
blockdelete
— prohibits deleting the row.
blockorder
— prohibits ordering the row for sorting by n
.
blockduplicate
— prohibits duplicating the row.