Scanning Documents in Oracle Forms

Dear All,
Kindly i need to scan documents through oracle forms 6i. What should i do? and is there a special scanner that is working for oracle forms 6i.

This is not a very common request, but a few people have posted the question and some have posted solutions. I did a quick search of the forum and found the following:
1 - Here is a solutions based on a Java Bean (Need to read image from scanner
2 - Here is a reference to using OLE: Scanning using OCX. This option uses the D2kWutil library so you make have trouble converting from Forms 6i to 10g or newer later on. I'm not sure this post has a complete code example or only posts enough code to point you in the right direction.
Hope this helps,
Craig
If a response is helpful or correct, please mark it accordingly.

Similar Messages

  • How to add a digital signature to scanned document within oracle form (10g)

    Hi all
    I have a task to add an digital signature to our scanned document which will be saved at oracle database.
    Could any one till me form where I can start and how we can add this signature if it will need pluggable java component or web service or what.
    Thanks
    Bassem

    Thank you for an answer.
    >Do you want to actually sign the PDF or just place a signature field?
    I want to actually sign the PDF.
    >Do you want to do this on a desktop or a server (you mentioned command line)?
    I want to do this on a server(Windows server).

  • ASK - How to delete line space in Word document using oracle form

    Hi,
    I have 1 template word document.
    Inside the word document template :
    abcdefg
    [START_TERMS]
    [END_TERMS]
    bbbbbbbbbbbbbbbb
    currently, my program only can delete the statement [START_TERMS] and [END_TERMS].
    so the result
    abcdefg
    ----> space area
    ----> space area
    bbbbbbbbbbbbbbbb
    My expected result is
    abcdefg
    bbbbbbbbbbbbbbbb
    How to replace that two space area in oracle form ?
    Please advise.
    Thanks for your help.
    regards,
    Iwan

    Hi
    Here my code :
    Function DeleteWord(MyOwnSelection OLE2.OBJ_TYPE, MyWord VARCHAR2) Return Boolean Is
    MyArgs OLE2.LIST_TYPE;
    vReturn boolean;
    Begin
    vReturn := FindWord(MyOwnSelection , MyWord);
    -- Can't Find The word
    if vReturn = False Then
         Return False;
    End if;
    OLE2.INVOKE(MyOwnSelection, 'Delete');
    MyArgs := OLE2.CREATE_ARGLIST;
    OLE2.ADD_ARG(MyArgs, '0');
    OLE2.ADD_ARG(MyArgs, '0');
    OLE2.INVOKE(MyOwnSelection, 'SetRange', MyARgs);
    OLE2.DESTROY_ARGLIST(MyArgs);
    Return True;
    End;
    returnValue := WordFunction.DeleteWord(MySelection, '[START_TERMS]');
    Thanks and regards,
    Iwan
    Edited by: user1888509 on Jun 7, 2011 10:34 PM

  • 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');

  • Have to show documents in oracle forms

    my requirement is:
    1. i have to store any kind of documents in the database.
    2. i have to open the same document and do some modification and store it back.
    the point 1 i have completed.
    please suggest me some idea for point 2.
    i have to show the document in the form itself.

    <p>Read this paper to transfer the docs between the local machine and the database, and this one to open it inside the Forms dialog.</p>
    Francois

  • Scan document from web form

    Hi all,
    I have a CFMX7 application where I would like to integrate
    scanning of a local paper document into the client PC, have it
    stored as a PDF or graphic file, and the file automatically
    uploaded with the other data of a form. How can I have a web form
    button kick off the scan in the first place? This would seem like
    the province of an ActiveX control, but does anyone have any idea
    how to do this, or know of any existing tools that enable it?
    Thanks,
    Russ

    rchinoy wrote:
    > This is for a secure internal application, so user's
    won't have any security concerns about the scanning - they're the
    ones asking to be able to do it. The problem is how to do it.
    That is all fine and dandy for your and your users, but if
    the
    CAPABILITY existed in the browser so that you could do this
    for your
    users who want it and except the security risks, it would
    exist for all
    developers and all users of that browser. That means it would
    be very
    simple for unethical developers to use the capability to
    steal
    information for other users who DID NOT except the security
    risk.
    If IE had this functionality for you, then I could use it to
    create a
    website, trick you to visit that site and do nasty things
    with your data.
    NOW, I guess an activeX plugin that had to be installed would
    mitigate
    this somewhat, but it still is really stretching in my mind.

  • 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 ??

  • Attaching documents using oracle forms

    Can we develop a functionality so that the user can attach and view the attachments using professional forms?.
    Thank You.
    PK

    Hi,
    If you are on Forms 10g
    Please try using WEBUTIL.
    Ask user to attach a file...meaning ...you are uploading that file on to Aserver
    when user tries to view it you are downloading it from Aserver to client m/c.
    if this helps,Please mark as helpful/answered
    thanks

  • Image Scan in Oracle Forms 6i

    Dear all,
    I need help to scan image from Oracle Form Builder 6i and store the image location in the oracle 9i database.
    Here important issue is we just store the image location in the database not the image.
    We'll store the images in a storage device and store the location path in the database. And retrive the image from storage device using the path.
    For example: User Scan the image using Form builder 6i then save the image like 1001-DPS-1.jpg in the default location like D:\Image\.....
    And in oracle 9i database data save like : 1001 DPS 1 D:\Image\1001-DPS-1.jpg User_Name Sysdate
    Data save automatically in the database when image scanned and saved in physical drive. This is our main purpose.
    Is it possible to solve this task using Oracle 9i and Developer 6i??? Need all of your urgent help. Please help me in this regard. Thanks in advance.
    Mamun

    hi
    plz check out the following links...
    Using forms to scan an image directly into the application.
    Scan image by using Oracle Developer 6i.
    Re: How scan paper by Scanner to form 6i
    hope this helps u.
    sarah

  • Attachment function using oracle form?

    Hi guys,
    I am developing a logistic system using oracle forms, how can I attach a document to the shipment function?
    Anyone has experience on attaching a document on oracle form? Any table structure required?
    FAN

    user623471 wrote:
    Hi guys,
    I am developing a logistic system using oracle forms, how can I attach a document to the shipment function?
    Anyone has experience on attaching a document on oracle form? Any table structure required?
    FANHow would you like your document to be attached??? What is the nature of your Document??
    If it's the records of another form like an invoice already typed in in your application, you can simply add a field that holds the ID/Number/Reference of your document, and have a button that drills down the data for you.
    If it's a scanned document you can use an image item, and display the document in an that item in your forms.
    Tony
    Alternative for images you can use BLOBs and other types of systemfiles
    Edited by: Tony Garabedian on Sep 2, 2008 10:19 AM

  • How to scan a document straight from Oracle Forms?

    How do you connect Oracle Forms (10g) to a scanner and scan documents from an Oracle form??? Is there a way using WebUtil??? i.e. Form has a button called scan. When we press the button the document in the scanner will be scanned and displayed in the form. User can then save it in the DB in a BLOB column.

    Hello,
    <p>Look at this (commercial solution)</p>
    Francois

  • Want to scan an image from oracle forms -- Is it possible??

    Hi all,
    I want to scan an image from oracle forms through a scanner. I have not found any help on this topic. Pls help with example or code or with demmo form.
    BR
    Tarik.
    Edited by: Tarik_kuet on Sep 9, 2008 1:39 PM
    Edited by: Tarik_kuet on Sep 9, 2008 1:39 PM

    A colleague of me did it like this:
    * the scanner is connected to a network document server.
    * the document server sends(ftp) the image to the oracle XDB
    * a form shows the scanned documents(using a view on the ftp directory in XDB using path_view)
    * in this form the user can move the scanned document(s) to a (blob field) in a table.
    Hope this helps a bit...
    Edited by: poelger on Sep 9, 2008 10:08 AM

  • Storing pdf documents into oracle apps form

    Hi Experts,
    My requirement is in AP invoices form, I want to insert scanned documents (which is in .pdf format) .
    i have nearly 4000 documents. is there any API to inset multiple documents .
    How oracle handles to store these documenst ..there is no column in base table with data type blob,clob
    Thanks
    Ashok

    Pl post details of OS, database and EBS versions.
    Pl see solution in MOS Doc 281130.1 (Attaching A File To An Object via A Public API)
    Also, use the search feature of these forums to find other related threads - https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_ATTACHED_DOCUMENTS&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    HTH
    Srini

  • How to scan document into forms directly ?

    hi all
    how to scan any document into oracle developer form directly
    (we are using forms 4.5 ..on win 98)
    thanks
    Abu zaid Saad
    [email protected]

    First I would suggest that you read the documentation about working with Active/X.
    The online version is in the documentation section of Forms on OTN.
    Then, you insert the scan.ocx into your form. you use the ole importer to create a pl/sql package to communicate with the ocx and you are ready to start calling methods such as scan etc...

  • Printing a document without opening it in Oracle Forms 10g

    Hi Friends,
    This is my first thread in this forum. Please any one give me a solution for my below request.
    We use oracle 10g and windows (any version). I want to print some files available in a folder without opening it (run in background) through oracle forms.
    My requirement is:
    A folder contains 10 files of word and excels documents. The client machine user (for example 3 clients’ machines who has different default printer configuration) has to trigger the print command to print the documents.
    * I have found Article "Java Bean to print a file to Local Printer" (http://forms.pjc.bean.over-blog.com/article-6621538.html). I do think it will help.
    * I have found a windows command prompt print concept.
    PRINT mytext.txt /D:LPT2
    Prints a text file.
    PRINT [D:device] [[drive:][path]filename[...]]
    /D:device specifies a print device.
    * The command prompt print syntax is used with webutil function as given below.
    CLIENT_HOST('cmd PRINT mytext.txt /D:LPT2);
    1) is the web util syntax only enough for this requirement?
    2) In this how to find the default printers in each client machines and use in the place of syntax?
    3) Or any other ways available for this requirement.
    I look forward solution for this question....!

    Hi Jeshra,
    Another option would be to find or write a Windows PowerShell script to print any file and then call that from CLIENT_HOST. Many file types, including Microsoft Office files, have a print operation registered with Windows so you can right-click on them in Windows Explorer and choose "Print." You should be able to exploit this ability with PowerShell.
    A quick Google search revealed this potential PowerShell solution:
    http://powershell.com/cs/blogs/karl-prosser/archive/2009/02/10/print_2D00_file_2D00_function.aspx
    PowerShell is installed by default only on Windows 7 so you would have to install it on older Windows clients.
    Hope that helps,
    Brian

Maybe you are looking for

  • Date column validation in sharepoint 2010 lists (without designer)

    Hi, I have a list with a date column which i want to validate against the current date at the item's creation time. When i insert a formula in the validation field, i always get errors. For example, i've tried this: [column name]>TODAY How can i get

  • Final Cut missing from Studio 5 installation

    It took over an hour to install Final Cut Studio (purchased 5 academic licenses) and lots of disk shuffling. At the end of it all, the Final Cut application itself is missing. Or is it me that is missing? Something?

  • IBook G4 wont boot

    My iBook won't boot it gets as far as the apple logo with the spinning wheel. It'll be like that for about four minutes then it'll restart and repeat its self. I've tried the safe mode but no luck and I do not have the original disc installers. Im ru

  • Problem with  'append' syntax in ECC 6.0

    i am upgrading a old report  i got a unicode error  actually  the report has the followig structure  tables: arc_buffer. DATA: BEGIN OF class_package OCCURS 0.         INCLUDE STRUCTURE arch_packa. DATA: END OF class_package.   now  the report has fo

  • Calling SAP Transaction from BSP

    I wonder whether it is possible to call SAP transaction from BSP application and pass to it some data; e.g., PO# when calling VA02? The called transaction could appear in a separate MS IE Window (like in some Portal applications) or in SAP GUI. Any h