Home » Developer & Programmer » Forms » how to change text, on top of the forms
how to change text, on top of the forms [message #269482] Sat, 22 September 2007 14:37 Go to next message
sams
Messages: 100
Registered: August 2007
Senior Member
On th top of forms "oracle forms..." is written.i want to eliminate it and want to write something else.

and when i run form my window is not fix.it can move.i want to fix it.i have checked property pallet but didn't find any property to set it.

so plz tell me
thnks
Re: how to change text, on top of the forms [message #269560 is a reply to message #269482] Sun, 23 September 2007 08:35 Go to previous messageGo to next message
hemavb
Messages: 103
Registered: May 2007
Location: Dubai , UAE
Senior Member
use this...

set_window_property('frm_mdi_window', title, 'Your title');

This will work.
Re: how to change text, on top of the forms [message #269566 is a reply to message #269560] Sun, 23 September 2007 09:42 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
in which trigger?
and how to fix the window??/

reply
thnks

[Updated on: Sun, 23 September 2007 09:45]

Report message to a moderator

Re: how to change text, on top of the forms [message #269578 is a reply to message #269566] Sun, 23 September 2007 11:00 Go to previous messageGo to next message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
Quote:
and when i run form my window is not fix
What do you mean by this?
Quote:
and how to fix the window??
Which window you are talking about?
Quote:
in which trigger?
Which trigger you have tried? PRE-FORM??????

By
Vamsi
Re: how to change text, on top of the forms [message #269625 is a reply to message #269578] Sun, 23 September 2007 22:24 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
i want to ask that when i run a form ,
"oracle forms runtime" is written on the window.i want to change text here and want to write something else.how to do it.

--
by fixing window i mean window should not move and i have set the property to fix it.

plz tell me the solution of my first question.

i wrote it in "pre form trigger"
set_window_property('frm_mdi_window', title, 'Your title');

but still "oracle forms runtime" is written.

thnks
reply



Re: how to change text, on top of the forms [message #269647 is a reply to message #269625] Mon, 24 September 2007 00:08 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Are you talking about Oracle logo? If so, edit the FORMSWEB.CFG file and set
# Watermark: 
Background=No
# Oracle logo:
Logo=No
Re: how to change text, on top of the forms [message #269657 is a reply to message #269625] Mon, 24 September 2007 00:41 Go to previous messageGo to next message
anisam10674
Messages: 18
Registered: March 2007
Junior Member
Write the same pre-form code in when-window-activated code
Re: how to change text, on top of the forms [message #269666 is a reply to message #269625] Mon, 24 September 2007 01:02 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please read the documentation for 'pre-form' and read the 'Usage Notes'. The preferred trigger is the 'When-New-Form-Instance'.

To change the window title also look at the window's property 'title' in the Forms Builder.

To 'fix' the form look at the properties available to you on your 'window' in the Forms Builder.

David
Re: how to change text, on top of the forms [message #269869 is a reply to message #269666] Mon, 24 September 2007 22:41 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
i have tried everything but didn't work.
still when i run forms on the top "oracle forms runtime" is written.Changing properties of window (title) ,have no effect on it.

tell me any solution
thnks
Re: how to change text, on top of the forms [message #269874 is a reply to message #269666] Mon, 24 September 2007 23:38 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
i m facing 3 problems.i m attaching the picture to make clear my problem.

1) On th top of forms "oracle developer forms runtime " is written.i want to eliminate it and want to write something else.

2)how to change " cross symbol" in the message.

3)how to hide status bar or message bar

plz tell me its solution
thnks
waiting



  • Attachment: check11.JPG
    (Size: 57.62KB, Downloaded 1914 times)

[Updated on: Tue, 25 September 2007 01:17]

Report message to a moderator

Re: how to change text, on top of the forms [message #269891 is a reply to message #269874] Tue, 25 September 2007 01:15 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
1) Change the title on the 'window' in your form.

2) No idea. I'll think about it later when you post your graphic as a JPG.

3) Set the 'Console Window' to 'null'.

David
Re: how to change text, on top of the forms [message #269892 is a reply to message #269560] Tue, 25 September 2007 01:20 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
its not working .i m using "when_window_activated" trigger
and writting the code:

set_window_property('frm_mdi_window', title, 'Your title');

Re: how to change text, on top of the forms [message #269897 is a reply to message #269891] Tue, 25 September 2007 01:30 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
in window property pallet i changed the title but it only changes the window title of the "window1". "oracle developer forms runtime" is still written.

i m attching another pic.
reply
waiting
thnks
  • Attachment: see1.JPG
    (Size: 45.18KB, Downloaded 1899 times)
Re: how to change text, on top of the forms [message #269898 is a reply to message #269892] Tue, 25 September 2007 01:30 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
And I said "Change the title on the 'window' in your form". That means open the form in the Forms Builder, go to the window in the 'Object Navigator' and in the 'Property Palette' change the sodding 'title'.

David
icon9.gif  Re: how to change text, on top of the forms [message #269899 is a reply to message #269898] Tue, 25 September 2007 01:35 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
and i have done the same.but "oracle developer forms runtime" is still written.

why are you not understanding?

i m attaching pic of property pallet of window where i have made changes.
plz tell me any solution
thnks


  • Attachment: aaa.JPG
    (Size: 91.55KB, Downloaded 1905 times)

[Updated on: Tue, 25 September 2007 01:41]

Report message to a moderator

Re: how to change text, on top of the forms [message #269933 is a reply to message #269899] Tue, 25 September 2007 03:01 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please find attached an image of my Forms Builder and the running 'test_2' form.

You did do a Ctrl-Shft-k (Compile All) and Ctrl-t (Generate) didn't you?

David
  • Attachment: untitled1.JPG
    (Size: 96.78KB, Downloaded 2127 times)
  • Attachment: untitled2.JPG
    (Size: 37.54KB, Downloaded 2020 times)

[Updated on: Wed, 26 September 2007 21:01]

Report message to a moderator

Re: how to change text, on top of the forms [message #270094 is a reply to message #269933] Tue, 25 September 2007 13:08 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
yes i have compiled and pressed "ctrl+t".but same problem....
i m using oracle8i and developer6i

i really need its solution so plz tell me.
thnks
waiting

[Updated on: Tue, 25 September 2007 22:03]

Report message to a moderator

Re: how to change text, on top of the forms [message #270144 is a reply to message #270094] Tue, 25 September 2007 22:18 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Please post a screen shot of your running form. Please make sure that you do it as a JPG file.

You might as well post your form as well.

David

[Updated on: Tue, 25 September 2007 22:18]

Report message to a moderator

Re: how to change text, on top of the forms [message #270149 is a reply to message #270144] Tue, 25 September 2007 22:49 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
ok i m attaching form.
  • Attachment: sample.fmb
    (Size: 40.00KB, Downloaded 1570 times)
Re: how to change text, on top of the forms [message #270155 is a reply to message #270149] Tue, 25 September 2007 23:36 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
sams,

Please find below images of your form as it ran in Forms 10g and Forms 6.0.

Please verify that you do not have any other forms named 'sample' in the directories that exist in your FORMSnn_PATH. Try renaming your form to something completely different and then compile, generate and run it.

David
  • Attachment: untitled5.JPG
    (Size: 45.46KB, Downloaded 1867 times)
  • Attachment: untitled4.JPG
    (Size: 54.72KB, Downloaded 1797 times)

[Updated on: Wed, 26 September 2007 21:00]

Report message to a moderator

Re: how to change text, on top of the forms [message #270171 is a reply to message #270155] Wed, 26 September 2007 00:53 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
i have renamed form to something completely different and then compiled, generate and run it.but same problem.

its not working in forms 6i.
Re: how to change text, on top of the forms [message #270179 is a reply to message #270144] Wed, 26 September 2007 01:13 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
As I asked on Wed, 26 September 2007 13:18
Please post a screen shot of your running form. Please make sure that you do it as a JPG file.

David
Re: how to change text, on top of the forms [message #270227 is a reply to message #270179] Wed, 26 September 2007 03:43 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
david

i m attaching screen shot of my running form.

reply waiting

[Updated on: Wed, 26 September 2007 03:53]

Report message to a moderator

Re: how to change text, on top of the forms [message #270430 is a reply to message #270227] Wed, 26 September 2007 21:32 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Did you try the "set_window_property('frm_mdi_window', title, 'Your title');" command in the when-new-forms-instance trigger. Because if you didn't, it really should have been "set_window_property(forms_mdi_window, title, 'Your title');".

Open up the 'formsweb.cfg' file, do you have separate sections at the bottom of your file for each of your applications? If you do then change the 'webformsTitle=' line to your desired text.

David
Re: how to change text, on top of the forms [message #270442 is a reply to message #270430] Wed, 26 September 2007 22:03 Go to previous messageGo to next message
sams
Messages: 100
Registered: August 2007
Senior Member
yes david i have written

"set_window_property('frm_mdi_window', title, 'Your title');" command in the when-new-forms-instance trigger.

but same problem...........

and as u said:

"Open up the 'formsweb.cfg' file, do you have separate sections at the bottom of your file for each of your applications? If you do then change the 'webformsTitle=' line to your desired text."

'formsweb.cfg' where to search this file in developer6i folder???? i have searched it in oracle and developer folder but no such name file exist.

reply
thnks
Re: how to change text, on top of the forms [message #270454 is a reply to message #270430] Wed, 26 September 2007 22:51 Go to previous message
sams
Messages: 100
Registered: August 2007
Senior Member
thanks david now its working.
set_window_property(forms_mdi_window, title, 'Your title');

thnks alot Cool

[Updated on: Wed, 26 September 2007 22:52]

Report message to a moderator

Previous Topic: Flag Set
Next Topic: how do i display all excel worksheets name in form
Goto Forum:
  


Current Time: Mon Mar 10 14:20:04 CDT 2025