My book on #orclapex New Features 21.2 is finally available on Amazon: amazon.com/dp/B0B2KDNLVN/
For a limited time, you can get it for $1.99. Please check it out and write a review if you like it.
Now that I have the "infrastructure" in place, the book on 22.1 will be faster🤗
How nice is the new FOS tooltip plugin!
Very flexible, it is even possible to have a data attribute on the element and show it in the tooltip (with no code) #orclapex
We use interactive grid in edit mode and have problems when a column value has more than 4000 characters. When deleting or updating we get "numeric or value error". Inserting works. Is there a limit on the length of a varchar column? We are on 19.2. #orclapex
I have a page with around 12 grids. the page load lasts about 1 sec but it lasts about 6 more secs until the page shows up. is there something i can do to speed this up?demo:apex.oracle.com/pls/apex/f?p…#orclapex
If you also struggle with json path expressions in sql, there is an online json path evaluator jsonpath.com/ which helped me a lot to understand the syntax. #oracle#sql
Is it possible to create the new popup LOV dynamically with apex_item?I've tried the POPUP_FROM_LOV function but this results in the standard(old) popup lov. #orclapex
APEX interactive grid beginner tip:to create validations on grid columns, you must select the grid region under "Editable region" to see the column validation types. Or even easier:go to the grid column and then right click to create validation.
Now that all modern browsers support SVG favicons, here's how to turn any emoji into a favicon.svg:
<svg xmlns="w3.org/2000/svg" viewBox="0 0 100 100">
<text y=".9em" font-size="90">💩</text>
</svg>
Useful for quick apps when you can't be bothered to design a favicon!