
Jari's APEX Blog
206 FOLLOWERS
Hi! I'm Jari Lainey. I'm Oracle Certified Application Express Developer since 2011. Here I share information about Oracle Application Express (APEX) and Related Stuff. I'm also Oracle Certified Application Express Developer since 2011.
Jari's APEX Blog
1y ago
Here is how you can easily set report refresh interval just using dynamic action without writing any line of JavaScript.
You need set report attribute Lazy Loading to on.
Create dynamic action:
Type: Debounce
Time: < enter time in milliseconds how often report is refreshed, e.g. 10000 for every 10 seconds >
Event: After Refresh
Selection: Type: Region
Region: < select report region to refresh >
Create true action
Action: Refresh
Selection Type: Triggering Element
Fire on Initialization: Off
See working example.
If you don't want use report Lazy loading, you need write littl ..read more
Jari's APEX Blog
2y ago
How to backup APEX workspaces, applications and parsing schemas to object storage bucket in the Oracle cloud ..read more
Jari's APEX Blog
2y ago
Enhance editable interactive report whit select list and textarea on APEX 4.2 ..read more
Jari's APEX Blog
2y ago
How to convert APEX 4.2 tabular form popup key LOV to jQuery autocomplete widget ..read more
Jari's APEX Blog
2y ago
Here is how to highlight form text items, witch Value Required attribute is set to "Yes" and do not have any value ..read more
Jari's APEX Blog
2y ago
How to add button to interactive report control break to collapse and expand rows ..read more
Jari's APEX Blog
2y ago
How to install C-ICAP and ClamAV on Ubuntu 18.04 server for ORDS ..read more