Home » Developer & Programmer » Forms » Forms Did not fit to screen (Oracle Form Builder 10g, Win XP)
Forms Did not fit to screen [message #498452] Thu, 10 March 2011 00:59 Go to next message
new_oracle2011
Messages: 174
Registered: March 2011
Location: Qatar
Senior Member
Whenever i opened forms built at other pc having some other monitor with bigger size to modify or to check the forms on the smaller one then the forms never fits to screen. Some portion of the form is visible and some not. There is too little scroll bar to see rest part of the form.

But The forms fit good which built on the same PC. I have try this problem out but resizing the canvas size and the windows size. Match both sizes but did not sort this problem out.
Re: Forms Did not fit to screen [message #498455 is a reply to message #498452] Thu, 10 March 2011 01:05 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Try to set WIDTH and HEIGHT Forms applet parameters to values that are used by most of your users (for example, 1024 x 768 *should* be OK).

These values are set in FORMSWEB.CFG file (you'll find it it Developer_suite_home\forms90\server directory (name might differ, depending on your Forms version)) and look like this:
# Forms applet parameter
width=1024
# Forms applet parameter
height=768
Re: Forms Did not fit to screen [message #498458 is a reply to message #498455] Thu, 10 March 2011 01:10 Go to previous messageGo to next message
new_oracle2011
Messages: 174
Registered: March 2011
Location: Qatar
Senior Member
C:\DevSuiteHome_1\forms\server

where to write this code??? in which file or can you tell me the type of file??
Re: Forms Did not fit to screen [message #498462 is a reply to message #498458] Thu, 10 March 2011 01:17 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I already told you file name (FORMSWEB.CFG) and its location (\FORMS\SERVER).
Re: Forms Did not fit to screen [message #498463 is a reply to message #498458] Thu, 10 March 2011 01:17 Go to previous messageGo to next message
new_oracle2011
Messages: 174
Registered: March 2011
Location: Qatar
Senior Member
Heyy... thank you... just read your message again and get the form fit to screen
Re: Forms Did not fit to screen [message #498495 is a reply to message #498463] Thu, 10 March 2011 03:05 Go to previous messageGo to next message
infosuresh2k
Messages: 77
Registered: September 2009
Location: CHENNAI, INDIA
Member

Hi,

Based on the windows resolution you can set the ClientDpi values in the parameter. Eg : ClientDpi = 82 or ClientDpi = 90

Regards,
Suresh.V
Re: Forms Did not fit to screen [message #498503 is a reply to message #498495] Thu, 10 March 2011 03:17 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Where can we find (or set?) that parameter?
Re: Forms Did not fit to screen [message #498655 is a reply to message #498503] Thu, 10 March 2011 13:33 Go to previous messageGo to next message
infosuresh2k
Messages: 77
Registered: September 2009
Location: CHENNAI, INDIA
Member

Hi,

To set this clientDPI parameter you have to do the below steps

1. add the following param <PARAM NAME="clientDPI" VALUE="%clientDPI%"> in basejip.htm/webutiljip.htm and basejini.htm/webutijini.htm.

2. add clientDPI = 85 or 92 ect., in your formsweb.cfg file or add clientDPI in runtime parameter like http://localhost:7750/forms/frmservlet?config=xyz&clientDPI=85 or 90 or 92

this clientDPI will increase the font size and screen size...

Regards,
Suresh.V

[Updated on: Thu, 10 March 2011 13:36]

Report message to a moderator

Re: Forms Did not fit to screen [message #498767 is a reply to message #498655] Fri, 11 March 2011 00:57 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Understood.

What do those values mean? (width x height set to 1024 x 768 is easy to understand as it is screen resolution). What is 85 or 90 or 92? What values do those numbers represent? Ah (ring a bell), DPI = dots per inch?
Re: Forms Did not fit to screen [message #498784 is a reply to message #498767] Fri, 11 March 2011 02:23 Go to previous message
infosuresh2k
Messages: 77
Registered: September 2009
Location: CHENNAI, INDIA
Member

ya you are right, DPI = Dots per Inch

85 or 90 ect., means 85 dots per inch 90 dots per inch...ect.,

Regards,
Suresh.V
Previous Topic: Update database item when non-database item is manually updated
Next Topic: MULTIRECORD BLOCK, INSERT_ALLOWED
Goto Forum:
  


Current Time: Tue Sep 17 05:11:52 CDT 2024