Intermedia to search documents from Forms 6i

I have just come to know about Intermedia and I need to use it to allow the user to enter search pharses/keywords from a Forms 6i application and that should bring up the related list of documents. This is the general idea behind this task. any idea on which direction I should take. I have not decided whether to store the documents on a filesystem or in the database. need pointers on that too. thanks.

<BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Manisha Rakheja ([email protected]):
Thanks. I will go through the page and see what I can make out of it.<HR></BLOCKQUOTE>
I went through the page. Have a table docs(doc_id, title, text)
I have this code on a when-button-pressed trigger in a form -
PROCEDURE build_query IS
BEGIN
ctx_query.store_sqe('test', ':queryterms');
select text into :text
from docs
where contains(text, 'SQE(test)') > 0;
END;
But when I try to compile it I get an error - object CTXSYS.CONTAINS is invalid
cannot load library unit CTXSYS.CONTAINS.
Please, can someone help? Thanks

Similar Messages

  • Need Help Launching Network Documents from Forms 6i

    Hello,
    I am trying to launch a network document from Forms 6i running in Oracle Applications 11.5.10.
    I have a column in on a form that shows document locations and I am having the user double click on the column in order to lauch the document. I am using the FND_UTILITIES.OPEN_URL package. This works great for web sites but not for internal network documents.
    Examples.
    Works Fine:
    FND_UTILITIES.OPEN_URL ('HTTP://WWW.ORACLE.COM',_blank)
    Does Not Work
    FND_UTILITIES.OPEN_URL ('\\netwin\ERP\Documents\Setups.doc',_blank)
    Now if I open an Internet Explorer window and paste the not working address into it it does pull up the document so I know the address is valid.
    Mike

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Arvind Balaraman():
    Hi
    open your form in the form builder. select file compile all and run yor form. see if it works.
    HTH
    Arvind Balaraman<HR></BLOCKQUOTE>
    Thank You.
    I allready did that and it doesn't work!!!
    null

  • Create/Edit Word documents from Form 6 in the web

    How can I create/edit Microsoft Word documents from a form running under IAS.
    In client/server I can do it using OLE2.

    On the Web the OLE2 option would still work if your Forms server is on a windows machine with word on it. The files will be created on the server and you can get them to the client with the web.show_document built-in.
    If you want to create them on the client machine directly you need a Java bean that will activate the COM interface.

  • URGENT !! Calling a XML document from FORMS 6i

    Hello Friends,
    I have created a Help system based on a WORD Document for my application in as a XML file . Coudl any of you be kind enough to et me kow how can I invoke this HELP file based on parametes from my application built in FORMS 6i.
    Its urgent , it will be kind if anyoen of you coud help me in this .
    Expecting a answer from you all.
    Regards,
    Anurag Sharma

    If you are running on the Web try using the Web.Show_document built in.
    If you are in C/S try the Host built-in.

  • Search icons from forms/reports builder and runtimes

    Hello together,
    who can help me?
    I search the icons from the programs forms- and reports-builder and theirs runtimes (the little pictures in front off the filename).
    I need these to import in another program. They should have 16x16 pixel.
    Where can I find these icons?
    Thanking you in advance.
    Regards,
    Sandra

    Not a final answer to your questions as I don't know the directory structure for forms & reports builders, but you can search for *.ico files in the same (unless forms & Reports use different extensions for icon files).

  • Open word document from oracle forms 10g

    Hi,
    Could any one please guide me how to open a word document from forms 10g on client machine (windows). My word document resides on application server (unix).
    Thanks for the help in advance.

    I tried that, but it doesn't work.
    What I have done is, I have written a java code that has a function ope_word that opens up a word document. I have created jar out of it called wordbean.jar.
    Add this wordbean.jar in $ORACLE_HOME/forms/java directory and also added in the formsweb.cfg file (archive_jini=wordbean.jar)
    Then I created a form and usinf fbean.register and fbean.invoke functions of forms, I am trying to call wordbean.jar.
    F.bean.register is registering all the components of wordbean.jar but it is not opening the word document.
    Could you please help ??

  • Need Help Opening a Network Document in Forms 6i

    Hello,
    I am trying to launch a network document from Forms 6i running in Oracle Applications 11.5.10.
    I have a column in on a form that shows document locations and I am having the user double click on the column in order to lauch the document. I am using the FND_UTILITIES.OPEN_URL package. This works great for web sites but not for internal network documents.
    Examples.
    Works Fine:
    FND_UTILITIES.OPEN_URL ('HTTP://WWW.ORACLE.COM',_blank)
    Does Not Work
    FND_UTILITIES.OPEN_URL ('\\netwin\ERP\Documents\Setups.doc',_blank)
    Now if I open an Internet Explorer window and paste the not working address into it it does pull up the document so I know the address is valid.
    Mike

    I have found a solution to this I stopped using FND_UTILITIES.OPEN_URL and started using WEB.SHOW_DOCUMENT.
    New working call to this procedure is:
    WEB.SHOW_DOCUMENT('file://'||v_url,'_blank');
    Where v_url is the location of the network document
    e.x. \\netwin\ERP\Documents\Setups.doc
    When the window opens it will ask the user if the want to Open Save or Cancel if they press Open the Document is displayed.
    Mike

  • Calling Word document from Oracle Forms 10g

    Hi all,
    I would like to call a Microsoft Word document from my Oracle Forms 10g.
    What would be the best way to do this?
    Thank you in advance.

    Have you tried something like
    WEB.SHOW_DOCUMENT('file:///<documentpath>','_blank');

  • Not able to open office documents from SharePoint site using Forms auth on a Mac with Office 2011

    I posted the same question on the Mac Office forum (http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macstart/not-able-to-open-office-documents-from-sharepoint/7fba517b-ebd1-4e90-a54a-c70c5f035146?tm=1418836613595) but figured it's probably more
    of a SharePoint question so I'm going to try here as well.
    We just discovered an issue where a user logs into a SharePoint site using Forms based authentication.  When clicking on an Office file they get
    'Sorry, this site hasn't been shared with you' message:
    The user can download the file and can also open the file within the browser (Office Web apps).  This SharePoint site is on a Web app that uses mixed authentication (forms for external partners) and Windows/Kerberos for internal employees.
     When logging into this same site as an internal user I am able to open the file just fine.
    I checked the 'Microsoft Document Connection' settings and selected and deselected 'Enable Basic Authentication' and neither helped.  
    I also tried to add the site URL under 'Microsoft Document Connection' -> Add connection -> Connect to a SharePoint site.  When I put the site URL in and click 'Connect', I get an error saying that 'Only connection to SharePoint or OneDrive
    servers are supported' message.  If I try the same thing as an internal user using Windows/Kerberos authentication I am able to connect to the site just fine.
    Any ideas??

    Hi Szamir,
    As you are using Form Based authentication to open the documents from SharePoint site, I recommend to check the things below:
    Make sure that the user has permission to view the documents in the site.
    Please select "Sign me in automatically" when you sign in the login page.
    More references:
    https://social.technet.microsoft.com/Forums/en-US/ae8cc886-c362-4709-8575-07d339144714/not-able-to-open-microsoft-office-documentsdocxxls-etc-from-document-library-in-a-fba-site-in?forum=sharepointgeneralprevious
    http://manojvnair.blogspot.com/2011/06/login-prompt-while-opening-office.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to search for a flle in specific folder from forms 6i

    Hi all,
    I am using oracle forms 6i version.Now I have some pdf files in a specific folder.How can i search for a specific file in that folder from forms.Any help would be appreciated.Thanks in advance
    Regards
    Ranganath

    Hello,
    <p>Have a look at the d2kwutil library, tou can download on OTN.</p>
    Francois

  • How to attach a document from cloudOn to my online application form or website

    How to attach a document from cloudOn to an online application form or website?

    You will need an app (web browser) capable of both storing a document and accessing the site's functionality sufficiently enough to upload a file. Safari can't do this (and I'm pretty certain CloudOn can't either). A couple of options:
    iCab Mobile - store documents in the Downloads section and has settings to both change the BrowserID to a non mobile browser to unlock site functionality, and has a setting for uploading files from its storage rather then iOS in general. Its not free, but not very expensive and is a pretty could all around web browser in its own right. I've been using it for quite some time.
    iUploader - has both free (trial) and paid versions. I've only experimented with it a bit, but works fairly well. Like iCab, has its own file container that you up load from.
    In both cases you would need to transfer your files from the source app (CloudOn, in this case) to the file storage, and then access the website.

  • Search for Text in a Document from Finder Spotlight

    Is there any way to find a specific word or text string in a document from Finder without having to save a new search eac time? I perform many different searches and do not want to have to save a new search each time.

    You never have to save ANY search ever if you don't want to. So I'm afraid I'm not understanding what you mean. Also, if you have a saved search and you bring it up to use it, you can change it by going to the Action item (the little gear) in the toolbar, click to see the options, and then select "Show Search Criteria"--I have a specialized saved search that includes "Name matches xyz" as one of the criteria, when I want to find something using it I click in the sidebar, go to Action, have it show the search criteria, and then replace "xyz" with whatever I really want to seach for. You may find my article on Spotlight useful:
    http://www.pinkmutant.com/articles/Leopard/leospot.html
    There's a link near the end of the section to more examples.
    Francine
    Francine
    Schwieder

  • Opening help html documents from 10g form

    We are converting our 6i forms to 10g. I am trying to open my help html documents from the 10g forms. We have modified the httpd.conf file setting the DocumentRoot "/oracle/apps/aces/help". This is the path where my html documents reside. From the 10g forms I am using web.show_document to open the html documents. I am getting a Page not Found error. Is there somewhere else the help path needs to be set?
    Thanks!!
    Shellie Bricker

    The way i know is, putting some AliasMatch in the conf-file of Apache like
    AliasMatch ^/help/(..*) "C:\help/$1"And then use WEB.SHOW_DOCUMENT with this virtual path
    WEB.SHOW_DOCUMENT('//help/helpfile.html', '_blank');

  • When printing a document from a website found in a 4.0 Beta 12 Firefox search I get a print format were the text letters are 1/4th inches apart.

    When printing a document from a website found in a 4.0 Beta 12 Firefox search I get a print format were the text letters are 1/4th inches apart. It happens when I use the website's print symbol to reduce the page to a printable size. If I use the window print commands I get all the page with advertising etal
    but it is spaced fine.

    View this thread for the answer.
    https://support.mozilla.com/en-US/questions/787654#answer-141639

  • Create an XML document from a HTML form???

    Good morning, is it possible to create an XML document from a HTML form
    if yes, can someone tell me how to proceed exactely, I would be very thankful!

    Hi,
    A very simple intro at this link. Apologies for anything unclear.
    http://cswww.essex.ac.uk/TechnicalGroup/TechnicalHelp/xmlCreate.htm
    best
    kev

Maybe you are looking for

  • Ordered a PS3 controller and got a wireless version when a wired version was advertised

    Hi, i ordered this http://www.bestbuy.com/site/pdp-rock-candy-controller-for-playstation-3/6608501.p?id=1218761709052&s... 2 nights ago and it just arrived. I opened it to find out it was actually a wireless controller(that also needs batteries which

  • Automatically produce Reports output via Portal

    Hi. I'm new to Oracle Portal, so please excuse if I ask a stupid question. We have some Oracle Report Builder reports, which we'd like to automate (automatically produce the output for the users). Is there some way of defining it in Portal so that it

  • How to handle freight vendor ?

    Dear friends, The scenario is like - Company places the PO to a vendor, say A. In this PO I have freight condition and to this condition I have freight vendor assigned, say B. (e.g. PO contains material price $10 and freight value $1) I then post the

  • Compiling mono under Solaris 10: workaround for __builtin_frame_address ?

    Hi, I'm trying to compile the current svn release of mono (free implementation of .NET framework) under Solaris 10/x86. After fixing some GCC specific code, I'm currently stuck with the GCC internal function __builtin_frame_address (and __builtin_ret

  • Mail disappearing/not receiving

    I recently had someone send me over 50MB of attachments--i then received notice that my storage was full...So i deleted those attachments in every way i knew how---SINCE then there is NO record of any of my SENT messages and people have complained th