Using OracleForms Builder 32bit v 11.2.
How do I change the name of the form as highlighted in this picture?
Using OracleForms Builder 32bit v 11.2. How do I change the name of the
Share
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.
This is controlled by the “Title” property of the window. You can set it via the Forms Designer property palette, having selected the window in question. Or you can change it programatically using the Forms built-in
set_window_property, e.g.:set_window_property('my_window_name', TITLE, 'New Title');