© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tiago Luis Steil
Oracle APEX developer
Hi,
Thanks for the post, very good!
Do you have some solution where i can check all de records on the grid?
Jon Dixon
APEX, ORDS & the Oracle Database
Hi, I usually add a button called 'Process All' or something like that and then have that button call code to process all the eligible records. To select all in the Grid is inefficient and complex as you have to use JS.
Hey,
Thanks a lot, this is the same solution I'm adopting