Problem on forms window size [message #481075] |
Sat, 30 October 2010 00:55 |
|
I need to modify an existing form, thus I have to resize a canvas and a window for it. In windows, I run it and I got the right display. When I transfer it to dev server running in linux, then I compile and run it, it display the previous/unmodified size. I'm sure my form is the one that running, I placed some text there and it was displayed.
Anyone can help me?
|
|
|
|
|
|
Re: Problem on forms window size [message #481229 is a reply to message #481218] |
Tue, 02 November 2010 01:46 |
ranamirfan
Messages: 535 Registered: January 2006 Location: Pakistan / Saudi Arabia
|
Senior Member |
|
|
Dear,
Please check formsweb.cfg ,Maybe it'll help you.
# Example Named Configuration Section
# Example 1: configuration to run forms in a separate browser window with
# "generic" look and feel (include "config=sepwin" in the URL)
# You may define your own specific, named configurations (sets of parameters)
# by adding special sections as illustrated in the following examples.
# Note that you need only specify the parameters you want to change. The
# default values (defined above) will be used for all other parameters.
# Use of a specific configuration can be requested by including the text
# "config=<your_config_name>" in the query string of the URL used to run
# a form. For example, to use the sepwin configuration, your could issue
# a URL like "http://myhost.example.com/forms/frmservlet?config=sepwin".
[app]
Form=F:\Irfan\NewForms\Main_Menu_Reports.fmx
http://hoitvoltes5:9001/forms/frmservlet?
userid=nisadmin_dev/nisadmin_dev@webnis
separateFrame=False
lookandfeel=Oracle
#lookandfeel=Generic,Oracle
#colorScheme=swan,Blue,teal, olive, purple, titanium,blaf .
REPORTS_PATH=C:\Oracle\Middleware\as_1\reports
F:\Irfan\NewReports
colorScheme=swan
Logo=no
splashscreen=yes
height=750
width=1500
align=baseline
webformsTile=title
background=yes
Regards,
Irfan
-
Attachment: formsweb.JPG
(Size: 90.85KB, Downloaded 753 times)
|
|
|