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

To generate a PDF using JavaScript in Oracle APEX from a collection

  To generate a PDF using JavaScript in Oracle APEX from a collection, you can follow these steps: 1. Create a button or link on your APEX p...