Monday, October 11, 2021

ORACLE APEX | Apex URL Syntax

Anyhow, this is an Oracle related blog, and I wanted to share an idea to remember the Apex URL syntax of:

f?p=App:Page:Session:Request:Debug:ClearCache:itemNames:itemValues:PrinterFriendly

Most of the time I remember the order fairly well off the top of my head, though sometimes 
I need to double check; and sometimes within the mix of a bunch of colons it's hard to work
out what is what. Perhaps if you're reading a sentence in your head as you move the cursor
between colons

f?p=MY_APP:HOME::::::

Details

All  -->   Application
Programmers   -->   Page
Should   -->   Session
Read   -->    Request
Delightfully   -->   Debug
Creative   -->   Cache
Information   -->   Items
Values   -->   Printer Friendly


Apexing 

No comments:

Post a Comment

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...