⟵ 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
  • Additional pictures and texts in the right-click panel

    Example of displaying text on the right click of the mouse

    p1=: panelHtml(html: $strpanel)
        strpanel: str`"Physically in Stock<b>" ++ $flat ++ "</b>of which" ++ $block ++ "in reserve."`
            flat: select(table: 'goods'; field: 'count'; where: 'id' = #name)
            block: select(table: 'goods'; field: 'block'; where: 'id' = #name)
    
    

    Example of displaying a picture on the right mouse button panel

    • panelImg — places an image on the panel.

    p1=:
    panelImg(img: #file[0][file])