Monday, October 30, 2017

FormatTrigger

function F_QTYFormatTrigger return boolean is
begin

  -- Automatically Generated from Report Builder.
  if (((:COLOR_CODE = 'WHITE') and
       (:COLOR_CODE = 'BLUE')) and
       (:COLOR_CODE = 'PINK'))
  then
    srw.set_text_color('magenta');
  end if;

  return (TRUE);
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################################ ----------------------------------------------------...