Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ref:changelog:0000:8.n:8.6:2916 [2026/08/13 00:43] – ↷ Page moved from changelog:0000:8.n:8.6:2916 to ref:changelog:0000:8.n:8.6:2916 localdevref:changelog:0000:8.n:8.6:2916 [2026/08/13 00:46] (current) – ↷ Links adapted because of a move operation 0.0.0.0
Line 36: Line 36:
            - Date Range Picker component that allows specifying date range            - Date Range Picker component that allows specifying date range
   - "Phone" and "Tablet" view for forms - extra buttons on the forms toolbar   - "Phone" and "Tablet" view for forms - extra buttons on the forms toolbar
-  - ''[[a_f:f:af:in_context|IN_CONTEXT]]'' function - check if the specified object is in Context+  - ''[[ref:a_f:f:af:in_context|IN_CONTEXT]]'' function - check if the specified object is in Context
   - Multi-step processes to implement complex wizards   - Multi-step processes to implement complex wizards
     - Every step has to be a process that ends with viewing some form. The process must set the value of the current step\\ (using the Current Step Holder Expression property - the object specified in the expression must be in Context)     - Every step has to be a process that ends with viewing some form. The process must set the value of the current step\\ (using the Current Step Holder Expression property - the object specified in the expression must be in Context)
Line 57: Line 57:
   - On/Off strings for switches and "do not display colon after label" settings added to form styles   - On/Off strings for switches and "do not display colon after label" settings added to form styles
   - CSS class and style added to form and grid styles   - CSS class and style added to form and grid styles
-  - ''[[a_f:f:af:encrypt_doc_base64|ENCRYPT_DOC_BASE64]]'' function+  - ''[[ref:a_f:f:af:encrypt_doc_base64|ENCRYPT_DOC_BASE64]]'' function
  
  
Line 68: Line 68:
    - When using forms - if focus was set on the Save/Create button and ENTER was pressed the operation was performed twice    - When using forms - if focus was set on the Save/Create button and ENTER was pressed the operation was performed twice
    - Deletion rules were incorrectly written into XML    - Deletion rules were incorrectly written into XML
-   - ''[[a_f:a:exec_sql|EXEC_SPF]]'' used to always return a double, so you couldn't use it to return a string. Now always returns a string. If a number is required use ''[[a_f:f:af:as_number|AS_NUMBER]]'' to convert+   - ''[[ref:a_f:a:exec_sql|EXEC_SPF]]'' used to always return a double, so you couldn't use it to return a string. Now always returns a string. If a number is required use ''[[ref:a_f:f:af:as_number|AS_NUMBER]]'' to convert