Saturday, November 23, 2019

Oracle Report - Oracle Report Trigger (Using in Text)

if :sal>='100'
then
 srw.set_text_color('red');
 srw.set_font_face('Arial');
 srw.set_font_size(10);
 srw.set_font_weight(srw.bold_weight);
 srw.set_font_style(srw.plain_style);
 END if;

https://docs.oracle.com/cd/E28280_01/bi.1111/b32122/orbr_condhigh004.htm#RSBDR1536

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################################ ----------------------------------------------------...