Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
or use


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
    • Oraask XML Formatter
    • Oraask JSON Formatter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/ Questions/Q 4965
Next
Answered

Oraask Latest Questions

Question
albert
  • 0
  • 0
albertExplorer
Asked: April 8, 20172017-04-08T16:02:04+03:00 2017-04-08T16:02:04+03:00In: Oracle Reports

How to show a message in a report at runtime?

  • 0
  • 0

hi,

we using message(”) in oracle forms to show message what is the equivalent approach  to do this in oracle reports 10g?

messageoracleoracle reportsruntime
1
  • 1 1 Answer
  • 4k Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • Font in RDF
    • REP-0118 unable to create temporary file
    • fnd_global.apps_initialize not working
    • rep-14015 : beforereport unkhown user exit fnd ?
    • How to pass date parameter to oracle report builder ?

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. Hassan AbdElrahman
      Best Answer
      Hassan AbdElrahman Master Oracle ACE Pro Alum ♠ | Oracle Senior ERP Technical Consultant
      2017-04-11T17:10:15+03:00Added an answer on April 11, 2017 at 5:10 pm
      This answer was edited.

      hi Albert,

      You can display a message in Oracle report builder by using the standard built-in srw.message.

      The basic syntax for using this package is:

      srw.message(error_no,'YOUR MESSAGE');

      the error no will appear along with the message text. and here is the sample to do this in a particular function

      FUNCTION chck_sal RETURN BOOLEAN IS
      BEGIN
        IF :sal < 0 THEN SRW.MESSAGE(
          100,
          'There is employee that take negative salary.'
        );
      RAISE SRW.PROGRAM_ABORT;
      ELSE :bonus := :sal * .01;
      END IF;
      RETURN(TRUE);
      END;
        • 1
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    Sidebar

    Adv 250x250

    Explore

    • Categories
    • Questions
      • New Questions
      • Trending Questions
      • Must read Questions
      • Hot Questions
    • Dev Tools
      • Online Compiler
      • Base64 Converter
      • Oraask XML Formatter
      • Oraask JSON Formatter
    • Wiki
      • SQL Tutorials
      • Java Tutorials
      • Python Tutorials
      • JavaScript Tutorials

    Footer

    Oraask

    About

    Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

    About Us

    • About Us
    • Contact Us

    Legal Stuff

    • Privacy Policy
    • Terms & Conditions

    Follow

    Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

    © 2019 Oraask. All Rights Reserved
    With Love by Oraask.

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.