I need to show help contents in oracle forms 11g.
I can see “Help book title” property in form’s property palette and “Help Book Topic” property in oracle forms items. But I am not able to get any information regarding how to use this.
Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Those properties are no longer supported in Oracle Forms Services. They are relics from the client-server days (Oracle Forms 6i and earlier).
So, you’re pretty much on your own for implementing help files. I suggest creating HTML files that are accessible from your Forms server and using the web.show_document() built-in to display them, perhaps from a menu item or button.