Icons on a web form

I am having trouble getting the icon pictures to show up on a web form. After perusing the discussion forums on this problem, here is what I have done:
Win2000 running Apache (from the Oracle 8i installation CD)
I edited the registry.dat file and added the following:
default.icons.iconpath=/dev60icons
I edited the httpd.conf file for apache and added the following:
Alias /dev60icons "c:\oracle\dev6\forms60\server"
In the Win2k registry I added the following:
HKEY_LOCAL_MACHINE -> SOFTWARE -> ORACLE -> HOME1
UI_ICON = c:\oracle\dev6\forms60\server
In the formsweb.cfg file I have modified the following:
IE50=native
All of my icons are in both ICO and GIF formats in this directory.
When I run the form using the Forms6i runtime, the icons show up just fine.
Using the web browser, I can surf to http://my.web.server/dev60icons/cancel01.gif and the file shows up just fine.
I have tried just about everything.
What am I doing wrong?
TIA

Well, it turns out all of the entries to the formsweb.cfg, httpd.conf and to the registry.dat files were fine. (you don't need the "/" at the end of the alias). What it turns out to be is that the program I was using to convert the ICO file to a GIF file did not put a global colormap into the GIF file. Once I corrected that (using Paint Shop Pro) the icons showed up just fine.
Thanks for your help!

Similar Messages

  • Displaying icons in 10g web forms

    Hi,
    I was wondering if there is anyway I could use my jar file to display my images in my form. I created a jar file with images and I want to use them for my forms. The problem is other developers are using their own images from certain directories. In the registry.dat file they have a directory default.icons.iconpath=/icons/ already in place and in the .cfg file they have imageBase=DocumentBase. In my configuration for my form i put in imagebase=codebase but it seems that the other entry overrides mine because the images do not appear.Is there any way I could use my jar file to view my images without changing what other developers are using or would I have to put them in the directory with all the other ones.
    thanks
    Richie

    Hi,
    I've tried putting the jar file in the directory it mentions in the registry.dat file but that still does not work. I've also tried leaving the parameter in the .dat file blank and setting my imagebase=codebase and i am able to see the icons. My problem is that other developers are already using it using the documentbase and setting the .dat to a specific folder. I just thought there might be a way to read my jar file without interfering with the way the others are displaying their images. Its easier to have all my icons in a jar file then putting them all in a directory.
    thanks
    Richie

  • Icon display problem in web form

    Hello,
    I am running form through browser. i have converted all my ico files to gif. but icon on the button in web form is not rightly positioned and not clearly displayed as it was in client/server(ico file).
    please help me out.
    thanks
    abhishek

    Hi,
    it may be that Forms requires your buttons to be a bit bigger in size after converting .ico file to .gif. However, the icons are referenced by a URL link and therefore shouldn't be of a lower quality. At least it should have the same display quality as it has when opening teh gif in a Browser.
    frank

  • OLE Container linked documents conversion to Web Forms

    We have developed a form within our Oracle 6i application which allows users to navigate directly from the Forms application to relevant documents. We use an OLE container and the documents (Word, Excel, PDF etc) are linked rather than embedded in the database. I understand that OLE containers are not supported within Web Forms. I'd like to maintain the functionality within the application and welcome any suggestions. I was hoping that Web_Util would provide this but it doesn't appear so. We have over 12000 embedded references to documents which we'd like to extract or retain. A possible solution would be to extract the filenames and paths/locations and have them available as a hyperlink.
    I have no idea how to extract the file from the database blob column. There are many samples of code on Metalink to extract the document and store it locally but that's not what we want.
    We use an OLE container (now Obsolete) with the OLE Tenant Type set to Linked, and OLE Tenant Aspect set to Icon. So the actual document is not embedded in the database but somehow the Application (Word Excel etc) knows the filename and path when you double click on the Icon.
    I would like to extract the filename/path from the blob column and transfer it to another column which will be used as a hyperlink.

    The documents are NOT stored in the database, they are linked. We have the documents on the network but have no idea which documents match to which unique record id on the database. Hence the need to extract the name and location of the files. Some ids can have up to 10 different documents attached to them
    The use of OLE Tenant type "Linked" was really a Forms 6 version of a hyperlink.
    I've got a hyperlink working for future use in attaching new documents to a record id. I am worried that we've lost the record of old links. I don't understand how Oracle can make something obsolete without at least providing an upgrade method.
    Hope this makes it clearer.
    Lesley

  • New in Oracle Web form 9i : How to run fmx from web and login

    oracle form 9i from web.
    I am new in oracle form 9i (web form). Before I use oracle form client 6i. Just set icon with command (D:\ora6i\BIN\ifdbg60.EXE MYFORM.FMX). The login will be prompt out and user can log in to run many oracle 6i forms from oracle menu. In Oralce form 9i designer, I can open form designer and use run form from IE.
    1. How can I depoly these form with menu to other users.
    2. How can I define the url link to public (Application Server)?
    3. SHould there is any login prompt from web usage.
    Tks.

    solved.

  • Weird icon display problem (9iAS Forms 9.0.4)

    Let me start out with the fact that I have setup 6 or 7 systems displaying GIF's as icons in web forms (both Forms 6i and Forms 10g/9.0.4). So I know all about setting the registry.dat, virtual directory for the icons etc. I have setup the environment correctly (unless some fat finger typing has gotten in the way).
    When I load a form in a web browser and I watch the status bar on the bottom of the broweser ( IE6 or IE7) I can see that it loads the GIF's (fortunately my server is just slow enought that I see the "loading .....xyz.gif" statements for my GIF icons.
    What happens is that none of the icons display on the buttons. Of course when I run the form in the IDE the icons display as expected.
    Has anyone run into this problem before and if what was the solution?
    TIA,

    1. The image files cannot be found or are not accessible. Just because you see something on the client that says "Loading..." does not necessarily mean it was found. Check the HTTP Server error_log. If you see HTTP 404 errors you have an access or virtual path problem.
    Answer: No HTTP 404 Errors (no errors at all). FYI, Files are located in D:\icons (W2K server) and the Security is set to "Everyone" with Full Access/Control. The AS has "D:\icons" mapped to /icons and Registry.dat has the path set to /icons.
    2. You are using an image format that isn't supported. For example, Forms supports GIF files, but not GIF files with transparent backgrounds. Also, Forms does not support most of the compression formats associated with GIF and JPG. Test with an image that you know will work. For example the OTN Logo on this page. Right click on the image and choose Save Picture As.... or:
    http://www.oracle.com/admin/images/otn/otn_logo_small.gif
    Actually, you should be able to simply put the entire URL above into the image filename field on the Property Palette for any Iconic button large enough to hold it.
    I pretty sure this works in 10.1.2, not so sure about 904
    Answer: You'll probably say this is not good enough, but the images work in the IDE, therefore I conclude that they should work on the AS (i.e. size and display type are correct/supported). I did not have a button that was big enough for the Oracle logo, hence I did not try it.
    3. The image size is too large for the button.
    Answer: see answer above.
    4. References to images are case sensitive. It is recommended that your image files (in the file system) use all lower case letters, including the extension. The reference in the form should also be lower case.
    Answer: all image names in the property pallet are lower case and the actual file names are lower case (as shown in Windows Explorer).
    With regard to the other post about icon names ending a list of specific characters, some do and some don't, but ALL my icons are NOT displaying.
    Lastly, these exact same icons have worked in the past (who does not reuse icons?).

  • Group Tree issue, web form vs Win form?

    Using Crystal Reports for Visual Studio 2010...
    I am using the same report file for a Win form and web form version of the same utility program.  The report was built bases on a view to the database, and both programs populate the report based on a dataset which has the same columns with restrictive where clauses, based on user input prior to populating the report.
    On the Win Form version, when the user clicks a group on the Group Tree, the report nicely navigates to the appropriate section of the report. However... on the Web version, the ReportViewer makes a return trip to the database, refreshing the data with the entire view, overwriting the original content.  In other words, out of lets say 50,000 possible records, if I ask for 50, they are displayed as I want, but in the web report, if I try and navigate to any of the 50, I get all 50,000 (an no navigation), an unwanted return to the database.
    I am perplexed, as it is the same report file used by both versions.
    I tried hiding the Group Tree panel (I don't need it), per instructions (CrystalReportViewer1.ToolPanelView = ToolPanelViewType.None;)
    But that only closes the panel, and it is still available to the user to open (icon remaining). Is it possible to really make the Group Tree unavailable?
    thanks,
    Mark

    Ludek,
    What I wish to do is follow the instructions for placing the report in a session, per your suggestions above:
         Place the report in session. See
         KBA 1985571 - How to use sessions in web applications using the Crystal Reports viewer (the complete code)
    OK, since I'm new at this, where does the code go? I can't seem to resolve RAPPBasePage, and I admit that without more specific directions on the linked page, I'm more than a bit lost with this.
    Thanks,
    Mark
    Below is a complete code that describes how to ensure the report is in
    session:
    public partial class Reports : RAPPBasePage
          private ReportDocument crReportDocument;
          protected override void Page_Init(object sender, EventArgs e)
               //connect method to master event
               base.Page_Init(sender, e);

  • Running a project by clicking a icon without running oracle form builder

    Hi,
    How can I Run a project by clicking a icon without running oracle form builder?????
    Regards
    Ashraf

    Hi!
    For forms 6i client/server just create a shortcut for your application like:
    %forms_home%\bin\ifrun60.exe your_formand set the working path to your forms folder.
    For web forms create a shortcut with the url to your server/pc like this:
    http://pcname:port/forms/frmservlet?config=your_configand create a config entry in your %forms_home%/forms/server/formsweb.cfg
    for setting the modulename (fmx) and the working path for your application.
    Regards

  • Can you include a web form on a product page?

    Hello,
    We are looking for a solution that lets our customers buy a sponsorship for an event (for example, a golf tournament) (this would be like buying a product) and then enter additional information (for example, the team caption name, team names and emails, tee time)  (this would be like entering information in a web form).
    Here is a form we are trying to reproduce: http://secure.skyhighshoot.org/louisiana-events/lafayette/course-sponsor.html
    Please let me know if this is possible to do in BC.  I've worked with web apps and forms but I'm not sure how to combine the two. 
    Thanks,
    Kris

    You cannot set a Home Page in Safari but if you save your favorite bookmark to the home screen, you can use that to open the browser on iPhone.
    To do this:
    Open Safari and open the page you want for the "Home Page".
    Tap the "+" at the bottom of the screen and select "Save to Home Screen"
    You can then name it whatever you wish and tap Save.
    This will create an icon on the home screen that you can tap on to always open Safari to that page.

  • URG: Blank Screen for Web Forms

    Hi Friends,
    I deployed all my forms on web recently I configured them to open in a separate frame .
    My problem is now when I click on the link for Web forms it opens a new window "Oracle Developer Forms Runtime" --Title with a blank screen. If we resize the window manually then it will launch the application.
    Previously it was working fine.
    configuration : DEV6.0
    OAS 4.07
    JINITIATER: 1.1.7.18
    CLIENTS WIN95 with Netscape 4.7 browsers
    HTML:
    <EMBED
    type="application/x-jinit-applet;version=1.1.7.18"
    java_CODE="oracle.forms.engine.Main"
    java_CODEBASE="Java"
    java_ARCHIVE="f60all.jar"
    WIDTH="400"
    HEIGHT="400"
    lookAndFeel="oracle"
    colorScheme="blue"
    serverPort="9000"
    serverHost="rsforms.dcr.net"
    background="no"
    splashScreen="no"
    separateFrame="true"
    serverArgs="module=J:\Webforms\dcr_LOG21.fmx userid=payroll_dba/[email protected] "
    serverApp="Default"
    pluginspage="http://dcr.net:8887/Java/jinit_download.htm">
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    Any help...?
    Thanks in Advance
    Smita T

    For me <param name="splashScreen" value="no"> worked fine.
    jeff rahr (guest) wrote:
    : theo korol (guest) wrote:
    : : I am following the release notes for dev 6.0 that say that
    you
    : : can replace the splashscreen that comes up with your own by
    : : specifying
    : : <param name="splashScreen" value="custom.gif">
    : : in the html
    : : no luck, I can't remove it by specifying value="no"
    : : either, any one else have this problem?
    : : thanks
    : I was having a similar problem until I moved the gif file from
    : the directory specified as the icon directory in the
    registry.dat
    : file to the same directory as the html file.
    null

  • Is it possible to see who has saved progress on a web form, but not submitted?

    We are using FormsCentral for our application process, and we are allowing applicants to save forms. Is it possible to see who has started a web form, and saved it, but hasn't submitted yet? Maybe by cc'ing the email notificiation they get to an admin?
    We'd like to see who is working on the applications, and also to send them a reminder that they need to complete and submit the form by the deadline.

    Hi;
    No, there isn't a way for you to see anything about who has saved progress.
    Thanks,
    Josh

  • Can not see web forms

    I have installed two versions of forms developer on my pc:
    1. Forms [32 Bit] Version 9.0.4.2.0 (Production)
    2. Forms [32 Bit] Version 10.1.2.0.2 (Production)
    http://pc4711.mycompany.lan:8888/forms90/f90servlet?form=myforms.fmx&userid=scott/tiger@orcl
    All my forms are in the c:\temp directory. I would like to see web forms.
    But I get the following error in the Internet Explorer: Error: Can`t find server or DNS (Internet Explorer)
    Does anybody have an idea?

    1 Have u started OC4j?
    2 What does below url gives?
    http://pc4711.mycompany.lan:8888/forms90/f90servlet?
    3 Is this ur desktop or u are running from an IAS ?
    Rajesh ALex

  • Menu toolbar en Web Forms

    Hi to everybody:
    Im doing a deployment of a application client/server to Web forms and when I run the application in Web the toolbar desappear. Is this normal ? is a restriction for WebForms ?
    Does any document exist with the restrictions of Forms running in Client/server vs Web ??
    Thank you in advance

    GO TO THE PROPERTY PALLET FOR THE MODULE YOU'RE WORKING IN
    YOU'LL SEE SOMETHING THAT SAYS MENU MODULE, IT WILL SAY DEFAULT&SMARTBAR
    YOU CAN DELETE ONE OR THE OTHER OR BOTH DEPENDING ON WHAT YOU WANT TO SEE

  • How do you construct a web form using coldfusion??

    How do you construct a web form using coldfusion?? any
    examples?
    thanks in adv.

    A sample Form:
    <cfform action="CCARProc.cfm"
    enctype="multipart/form-data" method="post" name="CCAR"
    onsubmit="return verify()">
    <table width="730" border="0" cellpadding="2"
    cellspacing="1" align="center" class="unnamed1">
    <!--DWLayoutTable-->
    <tr valign="top">
    <td colspan="3" bgcolor="#F2F2F2">Name Of
    Requester(<font color="red">*</font>)</td>
    <td width="402" bgcolor="#F2F2F2"><cfinput
    type="text" name="Requestor_Name" size="15" value="#REQNAME#"
    maxlength="25" >
     MTABT Email(<font
    color="red">*</font>) 
    <cfinput name="Req_Email" type="text" size="8"
    maxlength="20" value="#ReqEmail#"
    >@mtabt.org</td></tr>
    <tr>
    <td colspan="3">Requester Telephone #(<font
    color="red">*</font>) </td>
    <td><cfinput type="text" VALUE="#REQPHONE#"
    name="RPhone" size="12" maxlength="12" message="Requester Phone
    cannot be blank / Invalid Entry!" required="yes"
    validate="telephone"> [e.g. xxx xxx xxxx or
    xxx-xxx-xxxx]</td>
    </tr>
    <tr>
    <td colspan="3" bgcolor="#F2F2F2">Facility(<font
    color="red">*</font>)</td>
    <td bgcolor="#F2F2F2">
    <cfselect name="Facil">
    <option value="2B">2B </option>
    <option value="BBT">BBT </option>
    <option value="BW">BW </option>
    <option value="CB">CB </option>
    <option value="HH">HH </option>
    <option value="MP">MP </option>
    <option value="QMT">QMT </option>
    <option value="RI">RI </option>
    <option value="TM">TM </option>
    <option value="TB">TB </option>
    <option value="TN">TN </option>
    <option value="VN">VN </option>
    </cfselect>
    </td>
    </tr>
    <tr>
    <td colspan="3">Department(<font
    color="red">*</font>)</td>
    <td><cfselect name="Dept">
    <option value="Contracts">Contracts </option>
    <option value="Engineering">Engineering
    </option>
    <option value="Executive Office">Executive
    Office</option>
    <option value="Finance">Finance </option>
    <option value="General Counsel">General Counsel
    </option>
    <option value="HS">HS </option>
    <option value="HR">HR </option>
    <option value="ISD">ISD</option>
    <option value="Legal">Legal </option>
    <option value="Labor Relations">Labor Relations
    </option>
    <option value="Operations">Operations </option>
    <option value="Payroll">Payroll </option>
    <option value="Planning & Budget">Planning &
    Budget </option>
    <option value="Procurement & Mtrl">Procurement
    & Mtrl </option>
    <option value="Purchasing">Purchasing </option>
    <option value="Revenue Management">Revenue Management
    </option>
    <option value="Staff Services">Staff Services
    </option>
    <option value="SD">SD</option>
    <option value="Technology">Technology</option>
    </cfselect></td>
    </tr>
    <tr>
    <td colspan="3" bgcolor="#F2F2F2">Division(<font
    color="red">*</font>)</td>
    <td bgcolor="#F2F2F2"><cfinput name="Div"
    type="text" size="20" maxlength="25" VALUE=""></td>
    </tr>
    <tr valign="top">
    <td height="27" colspan="3" >Justification(<font
    color="red">*</font>)</td>
    <td bgcolor=""><textarea name="Justi" cols="50"
    rows="3" wrap="VIRTUAL" ></textarea> </td>
    </tr>
    <tr>
    <td colspan="3" bgcolor="#F2F2F2">VP Approval
    By (<font color="red">*</font>)</td>
    <td bgcolor="#F2F2F2"><cfinput name="VPAppFName"
    type="text" size="20" maxlength="25" VALUE="#VPFName#">
         MTABT
    Email(<font color="red">*</font>) 
    <cfinput name="VPE" type="text" size="8" maxlength="20"
    value="#VPEmail#" >@mtabt.org</td>
    </tr>
    <tr>
    <td colspan="3" valign="top"
    bgcolor="#F2F2F2"></td>
    <td colspan="2" rowspan="2" valign="top"
    bgcolor="#F2F2F2"><div align="left">
    <input name="Submit" type="submit" value="SubmitTheForm"
    class="button"
    style="font-size='10pt';color='#663399';font-face='Arial,
    Helvetica, sans-serif';" >
    <input name="Reset" type="reset" value="ReSetTheForm"
    class="button"
    style="font-size='10pt';color='#663399';font-face='Arial,
    Helvetica, sans-serif';">
    </div></td>
    <td width="90" valign="top"
    bgcolor="#F2F2F2"></td>
    </tr>
    </table>
    <div align="right"><span class="style4">Revised(
    01.28.05 )</span>
    <input name="submitDate" type="hidden"
    value="<cfoutput>#DateFormat(Now(),'mm/dd/yy')#</cfoutput>">
    </div>
    </cfform>

  • How do I use the vector web forms??

    I'm new to using vector graphics and need to know how to go about using these web forms using Illistrator to make it functional on a web site. I tried opening it with the Illustrator, Fireworks, but not sure how to get the white fields to actually work like a text field. Hotpot will only link to another page which I don't want. I want the user to be able to enter their email address or whatever info is required then be able  to submit. Please help!

    That graphic is for making a wireframe/design. It cannot offer any real form functionality.
    To create a form with that appearance, you will need to wrestle with HTML, CSS, and your choice of scripting languages to process the input.

Maybe you are looking for

  • Vendor Report without classification.

    Hi Experts, My client wants a report to display all those vendors for whom the classification data is not maintained. Please help.. Thanks in advance

  • Empty Report File

    Obviously I'm doing something wrong because I can build my FlexUnit instance in ANT and get the verbose response that shows there were errors or not (I am using a simple test case and the SampleTests provided). Yet when I go to the report response (T

  • I just bought a new iMac and only have the aperture cd, how do i install aperture 3 back to my new iMac

    i just bought my new imac but i only have the aperture 3 cd and do not have a drive how do i install aperture 3 or where do i download from and then just insert the cd key.

  • Validity link

    Dear all I have created class ,chara, value and maintain validity of document at time of creation of DIR.But that validity is used for disply purpose but it can not control the document. ex: valid from --30 june 2009       valid to - 21 july 2009 IF

  • Safari settings still not lasting

    Good Evening, I recently posted a question which I felt was answered at the time correctly in reference to maintaining my settings in Safari.  I'll attach the URL as well as repost the question asked: How do I lock the favorites bar and stop the "wel