URGENT : Form Developer6i on web

Hello,
I have 3 problems :
     1. How to know application of Form Developer run at client/server or web ?.. Are there any syntax or not?
     2. As for printer,
          How to know the printer's name if the applicaltion run on web ?
          How many printers are connected at report server ?
          and How to pop up dialog box printer's list at Form Developer ?
     3. For OS at 9iAS
          How Form Developer know OS at 9iAS ?
Regards.

1) Check online help for GET_APPLICATION_PROPERTY and check for USERINTERFACE
2)Forms on the Web is same as client server so however you got the printername before - you can do the same for the Web deployed (however this applies ONLY if the printer is conncected to the app server). If you need the printer connceted to the client you may need a Java bean (look for orarrp in the reports OTN page).
3) See 1 but for OPERATING SYSTEM
Regards
Grant ROnald
Forms PRoduct Management

Similar Messages

  • Oracle 9i Application Server+Oracle 8i EE+ Forms on the web Very urgent

    Hi,
    I have correctly install Oracle 9i Application Server and Oracle 8i Entreprise Edition on Windows 2000. What are the following steps to follow in order to run a form on the web. example: test.fmx?
    Thanks in advance.
    null

    If your web server is working and the forms server is running type:
    http://ip addr:port/dev60html/runform.htm
    You need to put the ip address or name of your server in and the port number apache is running on (leave blank if this is 80).
    This gives you the Oracle Forms start screen.
    cheers
    tony

  • Displaying Adobe Form through CRM WEB UI

    Hi Experts,
    Currently I am working on CRM Technical which is very new to me. I've got a requirement to display the Adobe form through CRM WEB UI. The requirement is like this.
    In a screen of WEB UI there is a option of OUTPUT preview. When i select the specific billing document and when i click on OUTPUT Preview tab it should display the Adobe Form which was developed in SAP GUI using txn SFP. I have done some R&D on it and i found that an ACTION Profile need to be created for this kind of requirements. But in my research i found only Smartforms can be displayed using the ACTION point.. Could anyone help me out how to display the Adobe Form using the Action......
    Regards,
    Aarthi.
    Moderator message: please have a look in the dedicated forum for "Adobe Interactive Forms".
    Edited by: Thomas Zloch on Jan 11, 2011 1:51 PM

    Hi Robert,
    I came across this post after implementing the same solution.  It works fine for me in SAPgui, i.e. it creates an entry in the spool which I can priview or print, but when I use the webUI it just opens a new window with a white background and the message 'Error in smartform'.
    Nitin, did you manage to come up with any solution?  Or did this work for you?
    Regards,
    Simon

  • Need to Find Total number of InfoPart form in our Web application

    Hello,
    We have to find total number of Infopath forms in our web application. IS there any Power sheell Scripts or anuthing which can output the Infopath Forms location and file count .
    Thanks
    Kundan

    How about something like:
    Get-SPWebApplication http://yourWebAppUrl |
    Get-SPSite -Limit All |
    Get-SPWeb -Limit All |
    Select -ExpandProperty Lists |
    Where { $_.GetType().Name -eq "SPDocumentLibrary" -AND -NOT $_.Hidden } |
    Select -ExpandProperty Items |
    Where { $_.Name -LIKE "*.xsn" }
    Select {$_.Web.Url}, Url
    The above will list all of the files. Do you need counts by library, by site or other?
    Mike Smith TechTrainingNotes.blogspot.com

  • Running reports from forms on the web

    On forms and reports 6i we used the following code to run reports from forms.
    We need to do the same on 9i forms and reports, we are running into problems.
    Any help will be appreciated.
    PROCEDURE web (inFileName VARCHAR2,
    inRecordGroup RECORDGROUP) IS
    outVirtualPath VARCHAR2(200) := '/forms90/f90servlet?p_url=/reports/rwservlet?'; outServer VARCHAR2(200) := 'server=rep_ora-app-4';
    outReport VARCHAR2(200) := 'report='||inFileName;
    outUserid VARCHAR2(200) :=
    'userid='||GET_APPLICATION_PROPERTY(USERNAME)||'/'||GET_APPLICATION_PROPERTY(PAS
    SWORD)||'@'||GET_APPLICATION_PROPERTY(CONNECT_STRING);
    outDesType VARCHAR2(200) := 'DESTYPE=CACHE';
    outDesFormat VARCHAR2(200) := 'DESFORMAT=PDF'; outUser VARCHAR2(2000);
    outCount INTEGER;
    error we are getting.
    FRM-42017:Module name must be specified.

    S Hatch (guest) wrote:
    : I'm thinking that you're going to have to install the Reports
    : cartridge, create an entry in the keymap with any parameters
    and
    : call your report via the url.
    : Dessislava Gantcheva (guest) wrote:
    : : How do I call a report from a form on the web?
    : : I have installed Windows NT Server 4.0 with SP 5, OAS4.0.7
    EE
    : : with patch 1, Developer 6.0 with patch 1. Developer server
    and
    : : forms server work fine in a non-cartridge implementation,
    but
    : I
    : : cannot run a report within a form. I just have no any info
    how
    : : to do this.
    I have entries in my keymap file and I can call my reports via
    the url, but I cannot run a report WITHIN a form. I mean to call
    a report by clicking on a button of a form on the web. The
    RUN_PRODUCT built-in does not work (at leas it seems like this)
    If any one has expiriense with it, please, give me a hint.
    Thanks
    null

  • On my Mac, when I attempt to open a form from a web site, the Reader does not open. It used to.

    On my Mac os 10.6.8, when I attempt to open a form from a web site, the Reader (10.1.2) does not automatically open as it used to.  What can I do to correct this problem?

    It sounds like your file associations are messed up and Reader is trying to open your .jpg files. Is this correct?
    If so, you just need to change the associations to choose what application opens them. Here's how: Change File Associations in Mac OS X

  • Not able to generate form in the web brower

    I am not able to open a form in the web browser...
    I have started OC4J instance and connect to the database...
    Errors :---
    In the java Console :--
    Java Plug-in 1.6.0_03
    Using JRE version 1.6.0_03 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\sai
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    java.lang.NoSuchMethodException:
    sun.java2d.SunGraphicsEnvironment.setFallbackFont(java.lang.String)
         at java.lang.Class.getMethod(Unknown Source)
         at oracle.forms.engine.Main.initDesktop(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.NoSuchMethodException: sun.java2d.SunGraphicsEnvironment.preferLocaleSpecificFonts()
         at java.lang.Class.getMethod(Unknown Source)
         at oracle.forms.engine.Main.initDesktop(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.2
    java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission
    java.home read)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
         at java.lang.System.getProperty(Unknown Source)
         at oracle.forms.webutil.common.VBeanCommon.<clinit>(VBeanCommon.java:156)
         ... 16 more
    Please tell me the solution how to resolve the issue....
    Thanks in Advance.....

    hi
    u have problem in these lines.
    webUtilArchive=/forms90/java/frmwebutil.jar,/forms90/java/jacob.jar
    webUtilConfig=/forms90/server/webutil.cfg
    baseHTML=webutilbase.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    install.syslib.0.7.1=jacob.dll|94208|1.1|truetry something like this.
    formsweb.cfg
    [default]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    envFile=c:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    # System parameter: default base HTML file
    #baseHTML=base.htm
    #baseHTMLjinitiator=basejini.htm
    #baseHTMLjpi=basejpi.htm
    #baseHTMLie=baseie.htm
    baseHTMLjinitiator=webutiljini.htm
    baseHTML=webutilbase.htm
    baseHTMLie=webutilbase.htmwebutil.cfg
    [webutil]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljini.htm
    baseHTMLjpi=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    archive_jini=f90all_jinit.jar
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    [webutilie]
    IE=native
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTML=C:\DevSuiteHome_1\Webutil\server\webutilbase.htm
    baseHTMLie=C:\DevSuiteHome_1\forms90\Webutil\server\webutilbase.htm
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\temp
    [webutiljpi]
    webUtilArchive=/forms90/webutil/webutil.jar,/forms90/webutil/jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    baseHTMLjinitiator=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTMLjpi=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTMLie=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    baseHTML=C:\DevSuiteHome_1\forms90\Webutil\server\webutiljpi.htm
    archive=f90all.jar
    lookAndFeel=oracle
    width=100%
    height=100%
    install.syslib.location=/webutil
    ## Change 2nd value to correct file size to avoid raising an error
    install.syslib.0.7.1=jacob.dll|94208|1.0|true
    install.syslib.0.9.1=JNIsharedstubs.dll|65582|1.0|true
    install.syslib.0.9.2=d2kwut60.dll|192512|1.0|true
    envFile=C:\DevSuiteHome_1\forms90\webutil\server\webutil.env
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    transfer.appsrv.workAreaRoot=c:\temp
    transfer.appsrv.accessControl=FALSE
    #List transfer.appsrv.read.<n> directories
    transfer.appsrv.read.1=c:\temp
    #List transfer.appsrv.write.<n> directories
    transfer.appsrv.write.1=c:\tempsarah
    Edited by: QGIRCO on Jan 7, 2010 9:45 AM

  • Problem in submit button on adobe form integrated with web dynpro

    Hello,
    I'm facing prob in triggering web dynpro event onSubmit for Interactive form.
    I've created a submit button from web dynpro activex pallete on adobe form (integrated with web dynpro) to send the form as email.
    Then in the web dynpro view where this form is embedded i have created an action against onSubmit event and called a method within this.
    However, on clicking Submit button this event is not getting triggered.
    Please let me know what is lacking in this process?
    Thanks.

    Hi,
    I am also facing the same problem. i have developed a simple scenario under which user have to input his/her details and on submit button it will be updated to database.
    I have tried the above solution but after adopting this solution all the editable fields become non-editable.
    so the above solution is not working for me could you help me out.
    I think ... try this....
    When you create the Adobe Form from WebDynpro, you need to follow one step in SFP Transaction or inSE80 transaction. Open the Adobe Form in any one the transaction and now in SAP menu bar "Utilities" in that you will find the "INSERT THE WEBDYNPRO SCRIPT" just click on that one. Then you will see a new Script Object is being created with the name "ContainerFoundation_JS" under the "Variables" in the Heirarchy of the Object Pallete of the Adobe Form.
    This step is mandatory to use the SUBMIT Button of the "WebDynpro Native", to trigger the OnSubmit event of the WebDynpro.
    Thanks
    Edited by: shailendra2sap on Mar 6, 2009 12:24 PM

  • Printing forms imbedded in web page

    Hi All,
    This is my first post, and I need some help.
    HP Officejet 8615
    Several doctors and dentists have embedded forms on their web page for new patients to complete.  I can't get these forms to print.
    I have tried printing the form from the web page = unsuccessful.
    I have tried saving the form to my desktop and printing it = unsuccessful
    I have run the HP diagnostics and successfully printed a test page.
    My computer:
    Windows 7 Pro 64-bit with SP1
    3.00 gigahertz Intel Pentium G3220 Processor
    6 GB RAM
    Adobe Acrobat 9.0 Standard, updated
    All MS Security updates installed. Kaspersky Anti- Virus installed. Updated, returns clean scans.
    Malwarebytes Pro up dated and returns clean scans.
    I have no problems with my computer or printer, except I can’t get these embedded forms to print.
    Any Suggestions?
    Thanks in advance,
    Owl69
    This question was solved.
    View Solution.

    Owl69
    Welcome to the HP Community Forum.
    Ideas and thoughts on the subject...
    You mentioned the word "Acrobat" -- this makes me think you are dealing with a PDF form??
    PDF format can be tricky.  Forms that look OK may or may not actually be something the printer can translate into printer language and spit out as actual print on a page. 
    You could try printing the PDF file as in Image -- this is a tried and true method of printing out PDF files that may be stubborn and won't otherwise print.  See below...
    Things that are PDF:
    PDF file will not print
    Quick fix | Print PDF as image | Acrobat, Reader
    PDF file will not print (2)
    Check your PDF viewer in your browser > Options
    Example
    Firefox > Tools > Options > Applications >
    Portable Document Format (PDF) >> select Use Adobe Reader
    Adobe Reader Download
    ===================================================
    If you get desperate, and you can SEE the form you need on the screen, you can use Snip to grab a screen shot of the form, save the file as an Image, and print that.
    Snipping Tool - Windows 7
    Snipping Tool- Windows 8.x
    Apple-Talk
    How to Print Screen on a Mac, 6 different ways to capture screenshot on a Mac
    ===================================================
    If you can get the saved form, whatever the format, into a Word file and then perhaps save that Word file into a new PDF file -- and maybe use Word's embedded font feature -- then you might be able get the file to print.
    Click the Kudos Thumbs-Up to say Thank You!
    And...Click Accept as Solution when my Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • Unable to deploy a form on the Web!!

    Hi,
    I am unable to deploy my form onto the web.
    The following is the error message :
    Oracle Forms Web CGI: Error detected
    Your request cannot be serviced at this time due to the following error:
    ERROR: Cannot open baseHTML file %FORMS60%\server\tester.htm.
    Pls help me out in solving the problem.
    Thanks in advance
    Vishant

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Vishant Shenoy ([email protected]):
    Hi,
    I am unable to deploy my form onto the web.
    The following is the error message :
    Oracle Forms Web CGI: Error detected
    Your request cannot be serviced at this time due to the following error:
    ERROR: Cannot open baseHTML file %FORMS60%\server\tester.htm.
    Pls help me out in solving the problem.
    Thanks in advance
    Vishant<HR></BLOCKQUOTE>
    The most likely thing is that the file tester.htm is not in the directory %FORMS60%\server\
    null

  • How to create table in interactive form via Java Web Dynpro

    Hi,
    How to create table in interactive form via Java Web Dynpro ?
    Any online tutorial / example ?
    Thank you.
    Regards,
    Eric

    Hi Eric,
    Just choose the UI element Table from Form Library and drag and drop it on the form. now choose the no. of rows and columns and other settings you want about table from the wizard initiated through this process. This all is what you have to do to create the table. Now to bind it to the fields of the data source bind the individual colums to individual attributes of the node in the datasource.
    Hope it will solve your query.
    Regards,
    Vaibhav Tiwari.

  • Insert Form template filename web PL/SQL Applications

    Helpme please
    How i can change the default form insert in web PL/SQL
    Designer 6i
    Thank!!!
    e-mail [email protected]

    I am having issue loading data using Web ADI, I am getting "SQL exception occurred during PL/SQL upload" error, I tried to restart Apache, also looked into the BNE.log file for the exact error but I am still not sure about this exception, can anyone please help?Please rename the log file, reproduce the issue and check the log file then.
    bne:text="SQL exception occurred during PL/SQL upload."
    bne:cause="Database insert error"Please see these docs.
    R12 Uploading Intercompany Transactions Shows SQL Exception Occurred During PL/SQL Upload [ID 1234063.1]
    Batch Element Entry (BEE) Spreadsheet Interface > 10 Rows Fails with Error: 'SQL exception occured during PL/SQL Upload.' [ID 388012.1]
    How Do You Setup An AGIS Transaction That Has Several Transaction Lines For The Same Transaction [ID 946499.1]
    FCH: Error: "The upload process has completed with errors. Please Close to return to the document and fix the errors. - No rows uploaded - <999> rows were invalid" During WebADI Data Upload [ID 553025.1]
    R12: Legal Entity Name must be < 31 characters. [ID 472505.1]
    Oracle Payroll 'Batch Element Entry ( BEE )' Frequently Asked Questions ( FAQ ) [ID 1353021.1]
    Thanks,
    Hussein

  • FileNotFoundException while trying to run a form on the web

    Hi,
    I've installed Forms Server on Windows NT. I'm trying to run the test form on the web, and in the java console window I'm getting the following message:
    Oracle JInitiator version 1.1.7.30
    Using JRE version 1.1.7.30o
    User home directory = D:\WINNT\Profiles\07223
    JAR caching enabled.
    Cache directory: D:\PROGRA~1\Oracle\JINITI~1.30\jcache
    Maximum cache size: 50000000 bytes
    Opening http://nbk981536.ul.us.com:80/forms60java/f60web.jar no proxy
    Unable to contact http://nbk981536.ul.us.com:80/forms60java/f60web.jar
    Opening http://nbk981536.ul.us.com:80/forms60java/f60web.jar no proxy
    java.io.FileNotFoundException: http://nbk981536.ul.us.com:80/forms60java/f60web.jar
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Compiled Code)
    at sun.net.www.protocol.http.HttpURLConnection.openConnectionCheckRedirects(Compiled Code)
    at sun.applet.JARCache.beginStoring(JARCache.java:348)
    at sun.applet.AppletResourceLoader.loadJar(AppletResourceLoader.java:218)
    at sun.applet.JinitAppletPanel.loadJarFiles(Compiled Code)
    at sun.plugin.AppletViewer.loadJarFiles(Compiled Code)
    at sun.applet.JinitAppletPanel.runLoader(JinitAppletPanel.java:588)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    Any ideas as to why this is happening, and any suggestions to resolve this is highly appreciated.
    Thanx in advance.
    VL

    I've installed Forms Server in another Oracle home called 'dev6i'. I've the f60web.jar and 11 other .jar files in \dev6i\forms60\java directory. I've installed the forms server successfully (I can say this because I was able to run the test form successfully couple of times, until I installed reports server in the same Oracle home. Then it started giving this message in the java console). I've also installed Webdblistener. My reports test page is displaying correctly though. Any ideas what might have happened??
    Thanks
    VL.

  • How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection

    How to retrieve the multiple rows data on PDF form in a web service method using WSDL DataConnection.
    I have a multiple rows on PDF form. All rows have 4 textfields. I want to submit the multiple rows data to a method defiened in webservice.
    Unable to retrieve the data in multiple rows within webservice method.

    Hi Paul,
    I'm now able to save the retrieved xml in a hidden text field and create dynamic table, and I'm able to fill this table from the XML, but the problem is that I could not find the correct way to loop on the xml, what I'm trying to say, the table will have number of rows with the data of the first row only, so can you tell me the right way to loop on the xml!
    this is my code
    TextField1.rawValue=xmlData.document.rawValue;
    xfa.datasets.data.loadXML(TextField1.rawValue, true, false);
    for(var i=0; i<count; i++)
    xfa.form.resolveNode("form1.P1.Table1.Row1["+i+"].Num").rawValue = xfa.datasets.data.record.num.value;
    xfa.form.resolveNode("form1.P1.Table1.Row1["+i+"].Name").rawValue = xfa.datasets.data.record.name.value;
    Table1.Row1.instanceManager.addInstance(true);
    Thanks
    Hussam

  • Blinking Forms 6i in web

    Friends,
    In Web, Form 6i, after I commit form the
    Forms runtime will always blink 5 times then
    save the records. The blinking looks like shirnking
    a bit and back to normal in the runtime continuing
    5 times. Any cluses ?
    Thanks.

    you have to install an Internet Application Server (IAS) for forms 6i and then you can run most of your forms in the web.
    Problems are : interactions with the client (host), images (bmp vs. jpg) and some kind of this stuff.
    In the OTN is a very big section with migrating-tips c/s to the web. Read a little bit in that section
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html
    try it
    Gerd

Maybe you are looking for