Tuesday, February 9, 2021

How to generate Oracle Apex Barcode

Declare 

VTotal number;

begin

VTotal:=nvl(:P1_qty,0);

for i in 1..VTotal

loop

htp.p('<img style="height:60px;" src="https://barcode.tec-it.com/barcode.ashx?data='||:P11_BARCODE_NUMBER||'" alt="barcode"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');

end loop;

htp.p(' </div>');

end;


No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...