How to Use Oracle SQL Developer in Cursor IDE
If you work with Oracle Database and Oracle APEX, you have probably heard that Oracle SQL Developer is now available as an extension for Visual Studio Code. That is great news — until you realize that
Search for a command to run...
Articles tagged with #apex
If you work with Oracle Database and Oracle APEX, you have probably heard that Oracle SQL Developer is now available as an extension for Visual Studio Code. That is great news — until you realize that
Environment Banner is a Dynamic Action plugin for Oracle APEX that displays a visible label and color on every page so users always know which environment they are working in—DEV, TEST, PROD, or any c
Hierarchical data is everywhere in enterprise applications—organization charts, file systems, category trees. While Oracle APEX provides native components like the Tree Region, sometimes we need more control over the look and feel within reports or c...
Converting HTML content to PDF is a common requirement in web applications. This blog post demonstrates three different approaches to achieve this in Oracle APEX applications, each with its own advantages and use cases. 🔗 Live Demo Overview of Metho...
Amigos, en esta oportunidad veremos algo simple pero muchas veces útil, cuando deseamos capturar la pantalla, es decir tomar una imagen o también llamado printscreen. ] Para esto usaremos la famosa librería de JavaScript html2canvas. Veremos dos form...
El siguiente blog surge en la necesidad de un compañero que me relato el siguiente problema. Se tiene un Interactive Grid, donde se muestran proyectos, aquí están padres e hijos, se muestra una columna llamada BUDGET, esto significa que varias líneas...