PLSQL Dynamic Content:
-------------------------------------
declare
vnum number;
begin
vnum := nvl(:p2_qty,0);
for i in 1.. vnum
loop
htp.p('<img style= "height:60px;" src="https://barcode.tec-it.com/barcode.ashx?data='|| :P2_barcode_number ||'" alt="barcode"/> ');
end loop;
htp.p('
<div>');
end ;
No comments:
Post a Comment