Input from word completion

Hello,
I would like to ask how to do an auto completion in a input field such as on ebay for example so that when the user types, a quick input proposal is made to him. Which technology is used for this purpose ?
Thanks,
Tex

Auto completion can be performed using ajax. Here on each keyup on input field, data is collected from the server using ajax and displayed.

Similar Messages

  • Is it possible to sync autocorrect dictionaries from my mac to my iPad and iPhone? I would like the option to only have to input new words once. Thanks.

    Is it possible to sync autocorrect dictionaries from my mac to my iPad and iPhone? I would like the option to only have to input new words once in only one of the three devices. Thanks.

    No, I don't think that you can

  • Creating PDF forms in Frame (switch from  Word?)

    Here's another "can I switch from Word" question. I am an old (5.5) Frame ACE now in a new job where we use Word. Frame would be a much better choice in many ways, for many reasons.
    I could use some help figuring out whether Frame creates forms that convert easily to PDF. As an end product, what we need is a PDF form with a large number of fixed-length text fields; users must be able to download the form and fill it in at their leisure, either all at once or in stages, saving their work as they go.
    These files are currently constructed in Word out of tables. They are a terrible mess and must be recreated from scratch. If Frame handles forms well, we can start that work fresh in Frame and dump Word completely. (This is a question I could answer for myself in a few minutes if I could download a trial. Bad timing.)
    Can somebody with a current copy of Frame tell me how it handles forms and whether it's possible to use Frame to create PDF forms with plenty of fixed-length text fields, some of them quite long?
    Your help is much appreciated. Thank you!
    V. B. Beck

    Thank you, Sheila.
    Users are most likely to simply have Adobe Reader.
    Sorry to be asking for so much help--it is rather maddening not to be able to download the trial and take a quick look for myself.
    Are form fields defined directly within Frame, or is it necessary to hack the PDF? If within Frame, how is length of input defined--by number of characters? Or, as with LiveCycle Designer, can you "limit length to visible area"?
    Thanks as always and in advance for the help.

  • How to take Input from the callers telephone keypad into oracle database

    My client requires to automate a registration task for his customers by telephone. The requirement is the Oracle database should take numeric input from the callers telephone keypad eg 1 or 2 or 3 and the oracle must store this input inside its database and do some required processing with such input and generate a unique numeric id (sequence) and send back this unique numeric ID to the caller who is on hold. Please Note. Is there any electronic device to be installed at the client site to solve the above task eg. any telephone line to be connected to the CPU and etc?
    I completely have zero knowledge. Please can you outline/summarise the instructions how to construct and install to meet my client requirement.
    If this is not possible in Oracle I Can migrate to any database. Please suggest.
    please help me. if you cant help i appretiate if you give me some clues

    You need to start with your telephone system. Normally this situation would involve some sort of PBX or other internal switching equipment. Talk to your vendor. There's likely to be software, etc. available to perform the interaction with the end user.
    It should have programmable "hooks" to interface with various databases. To Oracle it just looks like another program.
    Ken

  • Hyperlinks not converting when creating a pdf from Word 2010 to Adobe Acrobat 11.0.6

    First off, let me say that these are not table of contents hyperlinks.  I have created a document in Word 2010 (not a MAC) with hyperlinks to files residing on our company's intranet.  In Word the hyperlinks work great but when I create the pdf, the links do not work.  I have converted using both PDFMaker from Word and Create a pdf from within Acrobat.  Yes, I have all the boxes checked regarding saving links.  The links appear to work partially.  Meaning that when I hover the cursor over the link, the pointy finger appears but when I click I get a pop-up message telling me the file could not be opened.  Also, when I hover over the hyperlink, the address appears.  So, I think it knows there's a link and it tries to open but can't.  When I create the file within Adobe the link works - once.  When I click on the link I get a pop-up window asking me if I want to save my file before closing.  After my response the file closes and the linked file opens.  However, when I go back into the file and try the hyperlink again, I get the pop-up telling me the file cannot be opened.  HELP!  I am at my wits end.  After spending hours yesterday trying to research (I think I read every thread related to hyperlinks but I am not using a Mac, table of contents or Adobe 7 around which it seems all the prior questions revolve) and futily creating and recreating the pdf (as if doing the same thing repeatedly would somehow magically work) I am about to give up.  This is a document that will be published to our intranet for use by employees which cross-references other documents to which they can refer for additional information.  I would prefer to publish a pdf and not a Word document.  Any suggestions would be appreciated.

    Thanks for your input Bill. I've checked the preferences and "view large images" is turned on. It's not all of the images which are missing, only certain ones do not transfer over to PDF.

  • How to check whether a batch input session is completed in ABAP program

    I have created a ABAP program to create a batch input session (reference to RSBDCSUB). After the creation of the batch input session, I kick it to start and read the execution log. However, sometimes I cannot read anything from the execution log as the execution of the batch input is a synchronized process to the execution of my program, i.e. at the time being that I try to read the log of a particular transaction, that transaction is being processing / haven't start processing.
    How can I check whether a batch input session is completed in the program?
    The code that corresponding to the triggering of batch input session:
    SUBMIT (SUBREPORT)
       USER MTAB-USERID
       VIA JOB MTAB-GROUPID
       NUMBER JNUMB
       WITH QUEUE_ID  EQ MTAB-QID
       WITH MAPPE     EQ MTAB-GROUPID
       WITH MODUS     EQ 'N'
       WITH LOGALL    EQ LMODUS
    Or is there any method to wait here until the process is completed before further processing?

    Hi gundam,
    1. Or is there any method to wait here until the process is completed before further processing?
    There is no such direct method to wait.
    2. Immediately after submitting in background,
       we cannot wait
      neither can we LOOP and go on detecting
      whether the b/g process has completed or not !
    3. To over come such problems,
      we have to use another technique.
    4. we have to submit another
       job which will get triggered
       on event SAP_END_OF_JOB
       ie. when the original job will finish,
      our new job will AUTOMATICALLY get triggered,
    5. This new job / program
       will do the FURTHER actions !
    regards,
    amit m.

  • Read Input from console !!!

    Im am very new to java and trying to learn java ..
    Now the problem i have is, I have to read input from console without using the BufferReader method..
    Please tell me how to go about it..
    I have a assignment to complete and im not able to figure out the way out.
    Help ..

    http://java.sun.com/j2se/1.4.1/docs/api/java/lang/System.html
    Read first about the System class provided by Java.
    Select the 'in' method of System class and it will take
    you to the InputStream.
    http://java.sun.com/j2se/1.4.1/docs/api/java/io/InputStream.html
    An essay way of reading input is:
    "value?"=System.in.read();
    Try and see if this works. It will not use the
    BufferReader portion, but it gives you another way
    of reading from the console.

  • How do I copy and paste from Word into Adobe Photoshop Elements 13

    using Windows 7 Professional SP1, Microsoft Office 365 (Office 2013).
    I can copy the text within a word document, without a problem.
    However, the paste options are greyed out and "Ctrl"+"V" does not work.
    Am I missing something, as I can't work out how to copy the text from word, to use as a basis for my photo shop document.

    mattresshero wrote:
    Hey, guys. I am a complete noob to Elements 13. I need to get something done relatively quickly and I need to learn how to copy and paste from a Word document. How do I do this?
    Copy the text in WORD to place it on the clipboard
    Open PSE in Expert tab
    Open your picture file
    Get the type tool out of the tool box, click an insertion point
    Go to Edit>paste
    You should see two layers in the layers palette: background layer, and layer with the text.

  • Cut/Paste from Word to Illustrator CS3 for Mac suddenly not working

    This issue regards Illustrator CS3 for Mac on a Mac Pro with 6 GB.
    Exactly one week ago I created a number of Illustrator files by cutting charts from a Word 2008 document and pasting them into an Illustrator document.
    In the past I have dragged the images (or clip art) or simply used Control-C or even Control-X, but by whatever method I opted for, getting the image from Word to Illustrator CS3 has not been a problem.
    Yesterday I got a new chart and a request to replace an old image - one that I had created last week on Tuesday by the Drag/Drop or Cut/Paste method.   For reasons I can't begin to imagine the process simply won't work now.
    I also find that if I simply select text in a Word Document, hit Ctrl-C and then try a Ctrl-V in Illustrator I don't get to see my text pasted in - ONLY if I already have a text block open and the cursor in place will I get to see the text copied over into Illustrator.  This is very strange and not at all how things have worked in the past - typically I would see the new Text Object just appear, and then I could move it to wherever I wanted. 
    I have opened up a number of old files that I know were created with copied text and also opened the associated Word files (earlier versions of Word) and again find that I can't copy text over, or even move images over - even though I clearly could do this before.  I have also tried entirely new files - also with no success.
    I was at an Apple one-to-one session this morning and they were more than mystified by this.  I can Cut and Paste into Adobe Photoshop Elements, but I can't even cut and paste from Adobe Photoshop Elements into Illustrator CS3.   I can drag the Photoshop file (from the Finder window) into the Illustrator document and poof - get my image that way, but it's as an image only.  If the base image in question is a vector image or something else having a plurality of elements, I can't then select the elements in Illustrator to change their color, delete them, or otherwise play with them.
    I have brought up a word document on another Mac system that also has Illustrator CS3 and find that it too can't drag/drop cut/paste between the two applications.   At Apple, we did confirm that such ability is operational in the new Illustrator CS4, but none of their store systems still have CS3 to provide yet a third system to test.
    I have deleted my Illustrator CS3 preferences, tried flushing the p-ram, and of course run fix and repair permissions - no dice.
    My Mac systems update daily and there is nothing in the main update log that shows anything for Adobe or Office (nor do I think there should be).  Adobe Update reports that everything is up to date, and I don't see a history file to know what might have changed in the last week.   Office also reports fully up to date and happy.
    As I can cut and paste the images into an email for Mail and into Photoshop, I am fairly certain that it is NOT a Microsoft Office 2008 issue.  The fact that another Mac with Illustrator CS3 also can't cut and paste suggests that is is really not something personal to my main system.
    It is almost as if this is some clandestine "update" intended to encourage me to buy Illustrator CS4.  Given that I bought Illustrator CS3 less than a year ago, I really am not eager to buy the new version.   The greeting on the Adobe Support page that CS3 is no longer the current version and therefore supported was most annoying.
    I am really hoping that someone out there has an idea of what to try changing, removing and/or adjusting with respect to Adobe Illustrator CS3.

    I tried the Select by Path option - can't believe I missed it - and found it made no difference.
    I actually uninstalled and reinstalled the whole app.  When I tried to simply re-install (can't remember it's exact phrase) it got part way through and then demanded another disk - but I only have one DVD with the application - the extra DVD is for tutorials and it didn't accept that one either.  So I restarted that process and chose to completely uninstall.  Then reinstalled - hey with only my one disk - gee, just like the first time.   And then it seemed to work.
    I was not aware of the save as PDF option - but yes I have Adobe Acrobat Pro 9 for Mac so that option is there - and it seems to work too.  
    There were of course a slue of updates, and I let them all proceed - but even with them all in place the system is fine and I can once again drag and drop / cut and paste things back and forth.   I just tried a text block and "The Quick Brown Fox" pasted in with a clipping mask about 10 times the size of the document, but other than that it was ok.  
    So I have things working again on my primary system.   Will try and figure out what's wrong with the other one - but a reinstall might be the easiest game there too.

  • Acrobat 9.5, file corruption when combining .pdfs created from Word or Excel (from Office 2010) into a larger .pdf document

    In Acrobat 9, when I combine .pdfs created from Word or Excel (from Office 2010) into a larger .pdf document, there is data corruption. Some of the text appears as blank boxes when the pages are inserted into the larger .pdf, the main document. I have so far solved this by "printing" the files to .pdf, and then inserting them into the larger .pdf main document, but this creates a fatter .pdf file that is much larger than would otherwise be the case. Are there any other solutions within Acrobat 9, please? If this bug has been solved in Acrobat X or XI, please advise. Thanks.

    As far as the images are concerned, that may be a result of your choice of job settings. You may want to use the Press or Print option if the image quality is important. I assume you are talking about bit images in this case.
    As to the hangup, have you checked to see if AcroTray is active on your system? It may not be running as needed. In the meantime, try checking print to file and then opening that file in Distiller to complete the conversion to PDF.
    Before you ever try a reinstall, you need to do a repair first to see if that resolves the problem. There are a lot of unknowns about your exact process for the printing and your job settings that may be part of the problem. The rest of your system setup is useful in some cases, but did not help me see your problem.

  • Tailoring cut and paste from Word to Dreamweaver 8

    Hi,
    I've been converting several Word documents, written by
    authors at multiple institutions, to HTML using Dreamweaver 8.
    My apologies for the length of this post. If there's a full
    description of the process of converting from Word to HTML using
    Dreamweaver, please point it out. Otherwise, here are some
    questions.
    1. Is there a way to specify how graphics are named? I'm
    comparing this process with the File, Get Photos process in
    Photoshop Elements, which allows the user to specify a renaming
    convention on the fly.
    2. For some of the graphics, multiple files are created,
    sometimes with different file extensions (both GIF and JPG show
    up), and sometimes with additions to the file names (0001, 0002).
    These multiple files seem to have smaller file sizes.
    RLS correction Aug 17, 2006: This is not really what
    happened. In one large file, multiple copy-n-paste operations
    resulted in graphics files with similar, but different, names.
    3. I'm looking for a batch rename facility. I can open the
    graphics files in the Files panel and rename by pressing F2, and
    request via update option (on the General tab of Edit, Preferences)
    that the referencing file(s) be updated. But this is slow when you
    have more than just a couple to do. The batch rename facility I
    wish for would both rename the files and update files that link to
    them.
    4. In Microsoft Word, when I do File, Save for Web (or File,
    Save for Web (filtered) -- not sure of the spelling), I can click
    the Tools button in the Save dialog box and select from a bunch of
    different settings, including dpi etc. for graphics. Which such
    setting(s) are used by Dreamweaver? I'm using the copy-n-paste
    method because the File, Import method does not complete on my
    machine.
    5. Are there recommended steps to clean up Word first? For
    example, Microsoft says that Word documents can be saved as RTF,
    then re-opened, to clear up damage (see Microsoft Knowledgebase
    article 826864). I found, for example, that creating internal links
    in Word is faster than creating doing the same in Dreamweaver). And
    I found that I should avoid the Dreamweaver option that preserves
    styles. I want very simple output -- no forms, etc.
    6. Is there a way to compare outputs? Adobe mentions that
    leaving off the final paragraph mark in Word can cause some
    formatting to be lost. I'd like to do a paragraph-by-paragraph
    comparison (I know that 's ambiguous because list items are treated
    as paragraphs in Word but not in HTML.)
    7. To meet the request of a client, I want to preserve
    highlighting in the resulting HTML (yes, I know, i'd be using the
    <font> tag, but only so that the authors can quickly find
    last-minute changes for review). I'd clean those <font> tags
    out before going live. Can I fine-tune the HTML conversion process?
    Again, my apologies for the number of questions. Partial
    answers are most welcome.
    Bob Stromberg
    Greenwich, NY

    Basically, unless there's already an extension available to
    do all you want,
    well, you'll have to hire someone to write you an extension.
    "Bob Stromberg" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    > I've been converting several Word documents, written by
    authors at
    > multiple
    > institutions, to HTML using Dreamweaver 8.
    >
    > My apologies for the length of this post. If there's a
    full description
    > of
    > the process of converting from Word to HTML using
    Dreamweaver, please
    > point it
    > out. Otherwise, here are some questions.
    >
    > 1. Is there a way to specify how graphics are named? I'm
    comparing this
    > process with the File, Get Photos process in Photoshop
    Elements, which
    > allows
    > the user to specify a renaming convention on the fly.
    >
    > 2. For some of the graphics, multiple files are created,
    sometimes with
    > different file extensions (both GIF and JPG show up),
    and sometimes with
    > additions to the file names (0001, 0002). These multiple
    files seem to
    > have
    > smaller file sizes.
    >
    > 3. I'm looking for a batch rename facility. I can open
    the graphics files
    > in
    > the Files panel and rename by pressing F2, and request
    via update option
    > (on
    > the General tab of Edit, Preferences) that the
    referencing file(s) be
    > updated.
    > But this is slow when you have more than just a couple
    to do. The batch
    > rename
    > facility I wish for would both rename the files and
    update files that link
    > to
    > them.
    >
    > 4. In Microsoft Word, when I do File, Save for Web (or
    File, Save for Web
    > (filtered) -- not sure of the spelling), I can click the
    Tools button in
    > the
    > Save dialog box and select from a bunch of different
    settings, including
    > dpi
    > etc. for graphics. Which such setting(s) are used by
    Dreamweaver? I'm
    > using
    > the copy-n-paste method because the File, Import method
    does not complete
    > on my
    > machine.
    >
    > 5. Are there recommended steps to clean up Word first?
    For example,
    > Microsoft
    > says that Word documents can be saved as RTF, then
    re-opened, to clear up
    > damage (see Microsoft Knowledgebase article 826864). I
    found, for
    > example,
    > that creating internal links in Word is faster than
    creating doing the
    > same in
    > Dreamweaver). And I found that I should avoid the
    Dreamweaver option that
    > preserves styles. I want very simple output -- no forms,
    etc.
    >
    > 6. Is there a way to compare outputs? Adobe mentions
    that leaving off the
    > final paragraph mark in Word can cause some formatting
    to be lost. I'd
    > like to
    > do a paragraph-by-paragraph comparison (I know that 's
    ambiguous because
    > list
    > items are treated as paragraphs in Word but not in
    HTML.)
    >
    > 7. To meet the request of a client, I want to preserve
    highlighting in the
    > resulting HTML (yes, I know, i'd be using the
    <font> tag, but only so that
    > the
    > authors can quickly find last-minute changes for
    review). I'd clean those
    > <font> tags out before going live. Can I fine-tune
    the HTML conversion
    > process?
    >
    > Again, my apologies for the number of questions. Partial
    answers are most
    > welcome.
    >
    > Bob Stromberg
    > Greenwich, NY
    >
    >

  • Can't convert to pdf from word

    my wife uses adobe acrobat 6.0 standard with office 2003. The problem is that she can't convert to pdf from word. it works fine with an excel doc. but not a word. I did update to 6.0.1 and still nothing. There is no error message and the word document opens but nothing happens.

    I have exactly the same problem. Everything was ok untill a couple of months ago then after some auto updates the pdf buttons were no longer displayed in the word documents when it is open and if you try to convert it to pdf either by dragging the word file onto Adobe or highlighting the file and right clicking on it then selecting 'convert to Adobe PDF' it doesn't work. It looks like it attempts to do it by opening the word document but then nothing else happens. The only way I have been able to get it to convert to pdf is to go into the word document, click on file then print then select Adobe PDF then save to location. This is just a complete pain to do all the time especially when I need to convert a whole load of files in one go.
    Obviously the auto updates have effected it somehow but I can't work out where.
    I've tried uninstalling Adobe the re-installing it but it makes no difference.
    I'm using Acrobat 6.0 Standard with Windows XP Professional 2002

  • User Input from Text File

    Hello
    I would like to incorporate code into this to allow the script I found on the internet to pull input from a txt file and then wait for the script to end before using the next entry in the text file and run until all entries in the text file have been used.
    Any help would be great thx.
    Jason
    ' Get Options from user
    GetOptions
    If (bInvalidArgument) Then
        WScript.Echo "Invalid Arguments" & VbCrLf
        bDisplayHelp = True
    End If
    If (bDisplayHelp) Then
        DisplayHelp
    Else
        If (bCheckVersion) Then
            CheckVersion
        End If
        If (strComputer = "") Then
            strComputer = InputBox("What Computer do you want to document (default=localhost)","Select Target",".")
        End If
        If (strComputer <> "") Then
            ' Run the GatherWMIInformation() function and return the status
            ' to errGatherInformation, if the function fails then the
            ' rest is skipped. The same applies to GatherRegInformation
            ' if it is successful we place the information in a
            ' new word document
            errGatherWMIInformation = GatherWMIInformation()
            If (errGatherWMIInformation) Then
                If (bDoRegistryCheck) Then
                    errGatherRegInformation = GatherRegInformation
                End If
                GetWMIProviderList
            Else
                WScript.Quit(999)
            End If
            If (bHasMicrosoftIISv2) Then ' Does the system have the WMI IIS Provider
                GatherIISInformation
            End If
            SystemRolesSet
            If (errGatherWMIInformation) Then
                Select Case strExportFormat
                    Case "word"
                        PopulateWordfile
                    Case "xml"
                        PopulateXMLFile
                End Select
            End If
        End If
    End If

    Unfortunately the script is too long to be posted but can be found at
    http://sydiproject.com/download/and is called Server v.2.3. I have also contacted the author and made the suggestion I
    asked about.
    Jason
    I do not know which script you had in mind but the one I looked at had 1,600 lines of code. As you say, posting it here would be inappropriate. At the same time it is unrealistic to ask for help for such a large script. Asking the author is one option. The
    other option would be to identify the module you wish to modify, analyse it until you fully understand it, modify it so that you can run it in a stand-alone manner, then post your question here. You will probably find that you can answer the question yourself
    after analysing the code!

  • Can I use Reader X to draw freeform lines on documents I "saved as PDF" from Word?

    I would like to use the feature described as follows on the Adobe website: "Review documents with a complete set of commenting tools such as sticky notes, highlighting, lines, shapes, and stamps."
    According to the website, Adobe Reader X can use this feature if the PDF has had that option enabled when it was created in more full-featured version of Acrobat.
    I would like to know, Does a document that I've saved as a PDF from Word (using Save As) count as having that feature enabled?
    Thank you,
    James

    With PDF files created using Word(Save As), you can only add sticky notes and use highlighting.
    You will have to use Adobe ACrobat to create a PDF with has Commenting enabled for Reader also.

  • Cannot Create a pdf from Word Doc 2003  in Acrobat 8

    My first time out trying to create a pdf from word hasn't worked.
    I've tried several times, but either get some message that distiller cannot run when Acrobat is not active. Well, as far as I can tell it's staring me in the face.
    If I try to print from Word and set the page to pdf, it bombs almost the same way. Acrobat not active, bye. It brings up Acrobat anyway. Trying again doesn't help

    The PRN file is actually a PS file that can be processed by Distiller. Acrobat should not open when you process a file in Distiller unless you set some of the preferences in Distiller to open a completed PDF. To resolve your problem, I am taking you to the most basic aspect of creating a PDF with Acrobat. The process is to print to file using the Adobe PDF printer. Then start Distiller and open that file (labeled PRN but actually a PS file) to process. If a PDF is created you are on your way. Printing to the printer without using the print-to-file just automates the process so that you do not have to do the extra step of opening Distiller yourself.
    PDF Maker (the create PDF button) is simply a preprocessor for the printer above. Thus if the printer does not work, then PDF Maker will not work. AcroTray should be running as a background application (use ctrl-alt-del to see the background tasks on your system. AcroTray automates the process by recognizing a PRN file was created and starting Distiller to complete the process. If it is not running, then the only way to create a PDF is by printing to file as I mentioned. Thus, the print-to-file process is the basic step in testing your PDF creation capability. I am not sure how much more I can say. May others can make it clearer for you.
    As far as updates go, I never do them through the Acrobat menu, but download them directly from Adobe (at downloads>updates). I have the auto update turned off in every version I have.

Maybe you are looking for

  • How to start a RMI program

    I have write RMI program the problem it's that I don't now how to start it This is my Interface import java.rmi.*; import java.rmi.Remote; public interface DataInterface extends Remote { public String testRemote() throws RemoteException ; This is my

  • EBay 'My Messages' scroll bar error in Firefox 3.6.20. Does not

    Windows 7 Home Premium 64 bit Firefox 3.6.20 There is a problem with the scroll bar in Firefox 3.6.20 when displaying eBay 'My Messages' There are 26 message headers per page (in both IE 9 and Firefox 3.6.20). Both browsers require scrolling to view

  • Excel Layout by Report Builder 6i

    Hi All, I am getting blank lines in the excel output of my report. Three blank lines are coming together and are repeating after every 40 rows in the excel sheet. Can somebody please guide me over this...??

  • Port Security Sticky Addresses

    Does anyone know if there is a way to automatically clear the mac address on a switchport that has port security sticky addressing enabled. I have the following configured on the port(s): switchport mode access switchport port-security switchport por

  • Attempting to install LiveCycle and English and Core .cab files aren't recognized and then mysteriously disappear

    I am attempting to install the free 60-day trial of LiveCycle ES4. It downloads all files into the temp folder. When I begin install I can see the English and Core files in same folder. Install reaches a certain point and then states it can't recogni