Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to renumber pages in an Oracle APEX application?

Tags:

oracle-apex

I've just finished my first "real" APEX app but it's looking a bit messy. Is there any way I can renumber the pages so that they're back in order of the application flow?

like image 216
Sonny Boy Avatar asked Oct 16 '09 21:10

Sonny Boy


2 Answers

  1. Copy the page in question and set the new number
  2. Change any references leading to the old page to the new page
  3. Delete the old page
like image 66
ohaal Avatar answered Sep 20 '22 22:09

ohaal


Numbers are arbitrary. Don't go to the hassle of renumbering everything, as you'll need to test all the branches, tabs, breadcrumbs....

like image 26
Gary Myers Avatar answered Sep 22 '22 22:09

Gary Myers