Md. Kamal Hossain - http://www.apexexplorer.com/
http://deneskubicek.blogspot.com/
All the Ground Breakers of Oracle Apex : https://apexapps.oracle.com/pls/apex/f?p=119297:3::::::Noorstech.com...
Monday, July 29, 2019
Tuesday, July 16, 2019
Oracle Apex Jasper Report Integration

Reference : https://www.opal-consulting.de/downloads/free_tools/JasperReportsIntegration/Download : https://github.com/daust/JasperReportsIntegration/releasesunzip jri-2.7.0-jasper-6.16.0.zip to :D:\apex_20.1\JasperReportsIntegrationD:\apex_20.1\mkdir jaspercopy D:\apex_20.1\JasperReportsIntegration...
Saturday, July 6, 2019
How to install ORDS and tomcat for Oracle Apex
Apex + ORDS + Tomcat
1 - Download ORDS and apache tomcat (Search in google.)
2 - Copy ORDS to c:\ and extract. and rename to ords.
3 - Rename ords.war to noorbd.war
4 - Create a folder config in c:\ords
java -jar noorbd.war
Enter the location to store configuration date: c:\ords\config
Enter the name of the database server [Localhost]: Enter
Enter...
How to install Oracle Apex 18.1
01 - Create a new tablespace to act as the default tablespace for APEX.
CREATE TABLESPACE apex DATAFILE 'F:\app\Administrator\oradata\TEMPDB\apex_01.dbf' SIZE 1000M AUTOEXTEND ON NEXT 1M;
02 - Installation:
------------------
Change directory to the directory holding the unzipped APEX software.
D:\apex_18.1_en\apex
F:\app\Administrator\product\11.2.0\dbhome_1\BIN\sqlplus.exe...
How to install Jasper iReport 5.1
1 - Install Jre7 https://drive.google.com/file/d/0B3LTUDyiHdTNNXVnek1uQ1VtMk0/view
2 - Install Jasper Ireport 5.1
3 - Go to : C:\Program Files (x86)\Jaspersoft\iReport-5.1.0\etc\ireport.conf
#jdkhome="C:\Program Files (x86)\Java\jre7"
4 - Run Ireport.
5 - Go to : Tools>Options>ClassPath> ...
Thursday, July 4, 2019
Picture in Report
select "EMPNO",
"ENAME",
"JOB",
"MGR",
"HIREDATE",
"SAL",
"COMM",
"DEPTNO",
dbms_lob.getlength("PHOTO") "PHOTO"
"GENDER",
"ROSTER_TYP"
from "#OWNER#"."EMP"
css in PAGE:
img{
width:50px;
height: 100 px;...