⟵ hearthere ⟶
  • Training course
  • Creating simple tables and fields
  • Codes base level
  • Selects and links between tables
  • Table settings basic level
  • Prefilters base level
  • Conditional formatting basic level
  • Highlighting the field in bold, text color and background color
  • Several formatting conditions
  • Locking and highlighting the whole row by conditions
  • Blocking changes in the field by conditions
  • What are text and comment in field formatting
  • Whole table formatting
  • Action codes base level
  • Using pop-up windows
  • Cycles base level
  • Roles and users on the web
  • Codes advanced level
  • Action codes advanced level
  • Prefilters advanced level
  • Field and table settings advanced level
  • Cycles advanced level
  • Formatting advanced level
  • Select-Tree
  • Executing a scheduled action code
  • Printing and emailing
  • Notifications
  • API interaction
  • Adaptivity and Sections
  • Locking and highlighting the whole row by conditions

    formatting

    Where is the rows formatting code?

    In the table settings — parameter Row Formatting.

    Which function formats rows?

    setRowFormat

    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.