Results 1 to 2 of 2

Thread: Dynamically set Visibility of fields

  1. #1
    Junior Member
    Join Date
    Nov 2007
    Answers
    4

    Dynamically set Visibility of fields

    Visibility of fields As we use set_item_property in forms 6i to set a the visibility property of a particular field true or false,

    How can I do the same thing in the reports 6i? i.e dynamically setting the visibility property of a particular field true or false...


  2. #2
    Expert Member
    Join Date
    Apr 2007
    Answers
    500

    Re: Dynamically set Visibility of fields

    First select the field and right click and select plsql Editor and
    write the condition ,if condition is satisfied then return true other wise return
    false .
    for example
    function F_SALFormatTrigger return boolean is
    begin
    if (condition) then
    return (TRUE);
    else
    return (false);
    end if;
    end;


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact