Display Ordimage in Forms6 !

Could It display ordImage type in oracle Forms6 , Server Oracle 8.1.5 on Solaris ?
And if not ,what version it could be run ?

You might have a better luck with the Forms 6i Discussion Forum. I urge you to post your question there as well.

Similar Messages

  • Display blob with forms6i

    Hi,
    i thought it would be easy ti find how to do it nut from searching this site and with google i couldn;t find the answer for that.
    i have blobs in a table (jpg,doc,pdf ...) .
    how can i display those blobs (jpg,doc,pdf ...) in forms6i ?
    can you give me step by step how to .
    thanks allot for any help
    Zvika

    You can display a jpg image in an image item. But you cannot directly show pdf in Forms (like you do with a plugin in a browser). You can put the file on the file system and then open it with a HOST command or the DDE package.
    This is an example from the online help:
    ** Start MS Excel with spreadsheet emp.xls loaded
    DECLARE
      AppID  PLS_INTEGER;
    BEGIN
        AppID := DDE.App_Begin('c:\excel\excel.exe emp.xls',
         DDE.App_Mode_Minimized);
    END;

  • Displaying images through forms6 stored as bfile

    The image is stored in a database as bfile datatype. How the image can be displayed using forms6?

    Two columns table (varchar2 and bfile)
    wizard to create form on the two columns:
    when I compile and run, going in query mode
    I receive oracle error
    22288 (Serevr is 8.1.6.1 on linux kernel 2.2.14)
    Via sqlplus accessing to the bfile I encounter no problem.
    If in forms I select help--> display error
    I can see that it attempts to make a select on the bfile column.
    How to debug?
    Thanks in advance.
    null

  • InternetExplorer display problem with Forms6i

    The form we have designed does not get showed fully in the normal view of the browser nor in the full screen view(screen resolution - 800 * 600), since it(the form) is intended to handle many functionalities. So a scrollbar(vertical) comes..On scrolling down, in the Internet Explorer(5.x), the applet seems to get painted over and over and the form display is totally distorted. But the same thing works fine in the Netscape Navigator browser..Is there any solution for this..Please give some suggestions..
    Ranjith..

    Thank you very very much...
    It works ok!!! both in IE and NS !! i.e, the form gets displayed just like it is done when we "run form web" in the Forms Builder, and it works almost like normal C.S form..
    Thank you, thank you!!!
    (P.S: But, IE would surely, make problem, if we put it like it was earlier, wouldn't it? So, always, giving separateFrame=True would be the one safe solution??)
    Regards
    Ranjith...
    Well this proves the case the the problem is as I described (and IE problem).
    You can set the width and height parameters in the HTML to give yuo more room or even set separateFrame = True which will display the forms outside the browser.
    Let me know fi this helps
    Regards
    Grant Ronald

  • NoClassDefFoundError ClientDataSupport when uploading OrdImage IAS 10.1.2

    Hello,
    I'm trying to upload ordimage into db (10g) using ADF. In JDev 10.1.3 with embedded OC4J it works fine. After deploying to IAS 10.1.2 I got the following error: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: oracle/jdbc/driver/ClientDataSupport. I've read that there was bugfix in IAS 10.1.2 which was related to ClientDataSupport. Can anybody help?
    thx

    Thanks for the reply Avi,
    OAS 10.1.2 supports ADF with some limitations but we haven't had any major problem so far because of the version difference. Moreover displaying OrdImage is working fine. The problem is when we try to upload ordimage objects.
    We have a simple bypass solution for the problem. We call a stored procedure with a blob parameter in JDBC. This stored procedure creates the ordimage object and inserts it to the db.
    m_ordimage := ordsys.ordimage( ordsys.ordsource(p_blob, null, null, null, sysdate, 1 ),null, null, null, null, null, null, null );
    Regards,
    Gabor

  • How can I display some OrdImages using a Applet in html or Jsp?

    hi
    I want to use a applet to display some images retrieved from intermedia OrdImage Object.
    Now ,I know that a applet can display some image objects or some images with their own filepaths. But we can get ordimag objects from Oracle database.And we can image data or image properties by ordimage java mathod. It is in html/Jsp environment. So how can I transform from ordimage to applet?? I appreciate someone who can help me!
    Bill

    Do you mean applet or Servlet?
    An Applet is java code that is downloaded over the web and runs in a web browser environment. Is this what you are doing?
    I suspect you are really talking about servlet/JSP environments, and the ability to include images from the database in a web page.
    In either case (applet or servlet), you want to be able to access images via a URL. For a Servlet/JSP/web page, this URL will be specified in a HTML <IMG> tag with a key as a parameter to the image you wish to view. Images are not in-line downloaded in a web page. They are access after the HTML is loaded, and are accessed with URLs, sometimes relative URLs rather than fully specified URLs.
    To deliver images to the web from the database using the PL/SQL gateway and iAS, where the procedures are generated by a wizard, see:
    http://otn.oracle.com/software/products/intermedia/htdocs/descriptions/imedia_code_wizard.html
    You can create a simple servlet (JSPs can not deliver binary data) that delivers database images using java classes. See:
    http://otn.oracle.com/software/products/intermedia/htdocs/descriptions/servlets_jsp.html
    http://otn.oracle.com/sample_code/products/intermedia/htdocs/intermedia_servlet_jsp_samples/imedia_servlet_jsp_readme.htm
    for a sample.

  • Displaying images from ORDSYS.ORDIMAGE columns

    Does anyone know, if Oracle9i Reports can display images fetched from ORDIMAGE columns in the database? If so, could you give me a brief explanation how?
    Thanks in advance!

    Jacob,
    As of now , it is not supported. It is under development for next release.
    It currently supports images stored in DB as LOBs
    Thanks
    The Oracle Reports team

  • Problem in displaying large data in Forms6i

    Hello all,
    I'm having Forms6i and Oracle10g.
    I'm reading XML data from XMLTYPE data stored into a table.I have to display the comments field fm it using views.It is retrieved properly but not able to assign to the form's data block variable.As the data is too large.
    I used Item type as Text item and Data Type as alpha and maximum characters to be allowed as 99999
    Then it displays but I dont want to hard-code the value 99999.
    Please assist me as this is very urgent.
    Regards,
    Jignesh S

    HI,
    On se71
    In windows : declare 2 variable window.
    Add it to a page . by selecting create->element (now choose both the var window create by double clicking)
    click on the ruler by selecting particular varwindow.
    In line editor of a var window. write          
    &w_var1&                               (field string name if it is table)
    again in line editor of a var2 window. write          
    &w_var2&                             (field string name if it is table)
    Now pass the values from main program having same name as in sripts (ie w_var1 , w_var2)
    Let me know u understood it ?

  • Displaying image on vb using ordimage

    Hi there
    i am having trouble displaying an image of type ordsys.ordimage in visual basic. does anyone know how i can do that
    thanks

    Is this for a web page? A thick client?
    You can look at out sample for VBScript, asp at:
    http://otn.oracle.com/sample_code/products/intermedia/htdocs/imedia_asp_sample/txt_files/ordaspphoto_readme.txt
    Larry

  • Portal 902 displaying Forms6i as a portlet

    We have a Forms6i application that we would like to access via a Portal 9.0.2 page. The Forms6i application is published using the Forms Listener Servlet (patch 9).
    We have a requirement that the user will not be able to see the URL to the Forms6i server. This will force the user to use the Portal login and not directly connect to external applications.
    Ideally, I would like to have the Forms6i application appear in a portlet on a portal page. I have tried to set up a URL Provider to access the forms application. I can not get this method of accessing the forms application working.
    Are there any other methods of accessing a Forms6i application that will not display the URL link to the Forms6i server?
    I have tried using the External Application interface. This creates a new window that displays the URL to the forms server.
    John

    Hi Michael,
    You can display your HttpServlet as a portlet using URLServices. If you are not aware of URLServices, URLServices helps JPDK Users in creating url-based portlets in any language without altering the server-side code !!
    Hence, you can write your servlet the way you want and point the url of it in the provider.xml file for URLServices.
    You can download the latest version of urlservices from http://portalstudio.oracle.com
    Thanks,
    Sriram

  • Display current time in forms6

    Hi listers ,
    How can I display the current time at forms
    runtime ???What i meant to tell is that I want to show the user the current time in this format : HH:MI:SS with the seconds being updated as per clock .....
    Any response will be appreciated ....
    Regards

    You have to create a time in the trigger
    When-New-Form-Instance
    declare
    MyTimer Timer;
    begin
    MyTime := Create_Timer('ContinuousTime', 1000, repeat);
    end;
    Also you should have a display item on a control block (control.UserTime)
    Finally, in the When-Timer-Expired trigger write the following code
    begin
    :Control.UserTime := To_Char(sysdate, 'HH:MI:SS');
    end;
    Hope this help you

  • Displaying BFile Columns on Forms6i

    Hi, I ;ve created a little application to display scaned images. I have a PL/SQL procedure to create rows in a database identifying BFILE type tiff images and I've created a simple form to display the image. This form includes the 'image palette' option chosen from the column property palette (this allows you to rotate the image and the like).
    This works really well in client/server mode. But I've just tried the form on 9iAS and while the images display as expected the image manipulation palette is missing.
    I'd appreciate any thoughts. (apologies in advance if this is the wrong group).
    Thanks Brian Keniry

    The image palette is only supported in client-server. Some operations are too network intensive to enable over the web, like the mouse move trigger.
    Sorry, but this is expected behavior.
    Regards,
    Candace Stover
    Forms Product Managment

  • Forms6i are displayed to wide on XP

    A form is displayed correctly on windows2000 clients but is too wide on Windows XP Professional.
    The architecture is as follows:
    Application Server 9iAS 1.0.2.2.2a with Forms 6i Patch 10 on a Windows2000 Machine. Database: 8.1.7 Release 3 on different) Windows2000 Machine Clients: Windows 2000 or Windows XP professional JInitiator: 1.1.8.19. Forms CGI (e.g. f60cgi/ifcgi60.exe)

    Hello all,
    we have found the solution. In the certification matrix is written, that we have to use patch10. If you don't use patch10 but patch13 the problem is solved.
    Greetings
    Jürgen

  • Displaying Dynamic Time in Oracle forms6i

    Hi all,
    i want to display dynamic time in Oracle forms (forms 6i). this should be displayed in text item only..
    i want it to run time continuously. What can i do for this.
    Please help me guys
    Regards
    Balraj

    try this as im doing to my forms 6i
    /* *Trigger : _WHen-neW-Form-instaNcE*  */
    declare
    mtimer_id timer;
    begin
    /*THis if you want to appear on your Window.     */
    SET_WINDOW_PROPERTY('WINDOW1', TITLE, 'Hospital Management Information System',TO_CHAR(SYSDATE, 'DD/MM/YYYY HH24:MI:SS')) ;
    /* Create a TiMeR               */
         HD_TIMER := CREATE_TIMER('mtimer_id', 1000, _REPEAT) ;*
    /* for the item you need to add item in a block */
    *:control_blk.item_hrs := to_char(sysdate,'HH12:MI:SS am');*
    /* Trigger: When-Timer-exPiRed */
    declare
    mexpired_timer varchar(20) := getapplication_property(timer_name); <<< this if you have more than 1 timer to check what timer is expired
    begin
    if mexpired_timer = 'mtimer_id' then
    SET_WINDOW_PROPERTY('WINDOW1', TITLE, 'Hospital Management Information System',TO_CHAR(SYSDATE, 'DD/MM/YYYY HH24:MI:SS')) ;
    *:control_blk.item_hrs := to_char(sysdate,'HH12:MI:SS am')* <<<--- This for the item...
    end if;
    /* DONT FORGET THIS */
    Synchronize;
    end;
    Edited by: charles on Jan 24, 2011 10:06 AM
    Edited by: charles on Jan 24, 2011 10:11 AM
    Edited by: charles on Jan 24, 2011 10:12 AM
    Edited by: charles on Jan 24, 2011 10:13 AM
    Edited by: charles on Jan 24, 2011 10:14 AM

  • How to display and edit blob or OrdImage

    Hi
    I need to keep images and or other files in database and i am trying to find out how to manage them with jdeveloper 11g fusion application.
    I tried the examples for 10g as in:
    http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html
    and
    http://kuba.zilp.pl/?id=241
    but they dont work, there is no <af:objectMedia .../> control in 11g.
    I tryied with <af:media.../> but still doesnt work.
    any clues?

    Hi,
    from the tag documentation:
    "The media component displays media content, such as audio, video, or image in a player embedded in the user agent."
    "The objectMedia component displays media content, such as audio, video, or image in a player embedded in the user agent."
    So indeed the two seem to be identical.
    Frank

Maybe you are looking for