⟵ 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
  • 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
  • Extra buttons in the context panel
  • Additional pictures and texts in the right-click panel
  • Using texts replace the field value
  • Block adding or deleting by the number of rows in the table
  • Hiding fields by conditions
  • Displaying buttons in the rows part
  • Select-Tree
  • Executing a scheduled action code
  • Printing and emailing
  • Notifications
  • API interaction
  • Adaptivity and Sections
  • Block adding or deleting by the number of rows in the table

    An example of blocking the addition and deletion of rows by the number of rows and amount

    For example, we need to prohibit adding more than 5 rows to the table. In the table formatting, we write:


    f1=:
    setTableFormat(condition: $count > 5; blockadd: true) count: listCount(list: $list) list: selectList(table: $#ntn; field: 'id')

    Are these blocks strong or weak?

    This is a weak lock. If you want to set a strong one, it is done through a check in the action table code.