We found Tables of Following along with Data. Created the Tables : CREATE TABLE "COUNTRY" ( "COUNTRY_ID" VARCHAR2(3), "COUNTRY_NAME" VARCHAR2(100), CONSTRAINT "PK_COUNTRY" PRIMARY KEY ("COUNT…
A bug in Oracle Apex Date : It shows like this : 2008 to 2028 You can control how many entries are in the selection list for the year selection, by setting in custom attributes the following: year-selection-range="100" like this :
While creating Barcode Reports, I developed 4 columns reports to show barcodes. Here is the process. 1 - 1st created the report normally with barcode. 2 - Then gone to page format 3 - Then changed the value of Columns : Output : Simple!
Steps for Windows: 1 - COPY jri-2.10.1-jasper-6.20.0.zip TO E:\apex_20.1 2 - UNZIP as jri-2.10.1-jasper-6.20.0.zip to jri-2.10.1-jasper-6.20.0 3 - Rename the folder jri-2.10.1-jasper-6.20.0 to JasperReportsIntegration 4 - Create a folder name jasper a…
You can open another page in Oracle Apex using JavaScript by calling the apex.navigation.redirect function. Here's an example: // Redirect to another page in Oracle Apex apex.navigation.redirect("f?p=&APP_ID.:2:&SESSION.::NO::P2_I…