How to run a spell-checker against a FMB file?

We have an issue like this. Our developers make lot of spelling mistakes for the pop-up messages shown using alerts. Is there a tool where you input a FMB and then it will output spelling mistakes?
Forms version is 10g.

No , there is no tool for that.
What you could do is convert to XML and search for all the alerts and put that text through a spell checker. Trouble with that is that is that most of the XML won't be real words eg: item names so you can't just check it all.
What you could also do is put the alert text in a database table and then call a function to get the text : at least being in a database table you can easily update the spelling mistakes.
or tell your developers to use an online dictionary.
Hope that is of some help,
Steve

Similar Messages

  • How to implement the spell check in oracle forms 10g or 6i...

    How to implement the spell check in oracle forms.
    Is there any different method is there.
    Please help me....
    Praveen.K

    Here is one different from Jspell..
    In 6i client/server you can call MS Word spell checker using OLE. Below sample code for 6i.
    For 10g you will need webutil to use same code. install webutil and just replace "OLE2." with "CLIENT_OLE2."
    PROCEDURE spell_check (item_name IN VARCHAR2)
    IS
       my_application   ole2.obj_type;
       my_documents     ole2.obj_type;
       my_document      ole2.obj_type;
       my_selection     ole2.obj_type;
       get_spell        ole2.obj_type;
       my_spell         ole2.obj_type;
       args             ole2.list_type;
       spell_checked    VARCHAR2 (4000);
       orig_text        VARCHAR2 (4000);
    BEGIN
       orig_text := NAME_IN (item_name);
       my_application := ole2.create_obj ('WORD.APPLICATION');
       ole2.set_property (my_application, 'VISIBLE', FALSE);
       my_documents := ole2.get_obj_property (my_application, 'DOCUMENTS');
       my_document := ole2.invoke_obj (my_documents, 'ADD');
       my_selection := ole2.get_obj_property (my_application, 'SELECTION');
       ole2.set_property (my_selection, 'TEXT', orig_text);
       get_spell :=ole2.get_obj_property (my_application, 'ACTIVEDOCUMENT');
       ole2.invoke (get_spell, 'CHECKSPELLING');
       ole2.invoke (my_selection, 'WholeStory');
       ole2.invoke (my_selection, 'Copy');
       spell_checked := ole2.get_char_property (my_selection, 'TEXT');
       spell_checked :=SUBSTR (REPLACE (spell_checked, CHR (13), CHR (10)),1,LENGTH (spell_checked));
       COPY (spell_checked, item_name);
       args := ole2.create_arglist;
       ole2.add_arg (args, 0);
       ole2.invoke (my_document, 'CLOSE', args);
       ole2.destroy_arglist (args);
       ole2.RELEASE_OBJ (my_selection);
       ole2.RELEASE_OBJ (get_spell);
       ole2.RELEASE_OBJ (my_document);
       ole2.RELEASE_OBJ (my_documents);
       ole2.invoke (my_application, 'QUIT');
       ole2.RELEASE_OBJ (my_application);
    END;Call it like this: SPELL_CHECK ('BLOCK.MY_TEXT_ITEM' );

  • InDesign (CC 2014) crashing every time I try to run a spell check

    InDesign (CC 2014) crashing every time I try to run a spell check, I was wondering if anybody has had this before.  I'm am also experiencing a delayed response, specially when I try to type, I get the colour wheel for about 5 to 8 seconds every time I click on a text box. Any thoughts? Thanks!

    Where are you saving?
    What exactly is in the file?
    What exactly is in the pattern?
    Are you svng a library or an Illustrator file?

  • How do I get spell check back on after firefox was updated? Thanks

    How do I get spell check back on after Firefox was updated?

    Not all locales come with a dictionary installed due to licensing reasons.<br />
    If you do not have the en-US locale then check that you have a dictionary installed (Tools > Add-ons > Extensions) and selected.
    You can see which dictionary is selected if you right-click in a text area and open the Languages submenu.<br />
    You can open the "Add Dictionaries" link to install a dictionary if you do not have one.<br />
    Make sure that [X] "Check Spelling" in the right-click context menu has a tick.<br />
    You can enable or disable spell checking globally:
    * Tools > Options > Advanced : General: Browsing: "Check my spelling as I type"
    See also:
    * https://support.mozilla.com/kb/Using+the+spell+checker
    You can look here for dictionaries:
    * https://addons.mozilla.org/firefox/language-tools/

  • How do I change spell checker and dictionary to Spanish in Pages 8

    How do I change spell checker and dictionary to Spanish in Pages 8

    Rony,
    Welcome to Apple discussions.
    Click on the Text inspector > More > then select Spanish from the Language menu.
    -Dennis

  • How can I enable spell checking for a text box that is just one line, e.g. subject in e-mail?

    In a prior version of Firefox I found a website somewhere that told me what to do to enable spell checking for text boxes that are just one line. I got used to being able to send an e-mail with a Subject Line that didn't have a misspelling. Now it doesn't work. Please tell me how I can enable that again. I am on a Mac using Firefox 6.0.2. Thanks!

    See:
    *http://kb.mozillazine.org/Spell_checking
    *http://kb.mozillazine.org/layout.spellcheckDefault
    You can set the pref <b>layout.spellcheckDefault</b> to <i>2</i> on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • Keyboard input in other languages - How to turn off spell checker?

    I have been trying to send text messages on the iPhone in my native language and it kept replacing all the words with english words. I have tried to turn off the spell checking, but no luck. I have asked the Apple Store employees, no luck there either. How can I type my messages in languages other than english? I don't need a spell checker in my language, I just want an option to turn off the english one.

    Input is essentially English only for this version of the iPhone.
    To convey your request to Apple, use this channel so they will see it rather than just other users like yourself:
    http://www.apple.com/feedback/iphone.html

  • How do I get spell check on Beta e mail?

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/789519''
    I am so disgusted with this site! I am trying to ask how to get spell check and you ask for confimation of my address but do not tell me how to do it! This is taking far too much time and I can't send a mail until I know the answer. This Beta site is not user friendly and freezes up every time I use it! I am really frustrated .

    see also post https://support.mozilla.com/en-US/questions/789519#answer-143532

  • How to turn off spell check in iTouch?

    I've tried everything - there doesn't seem to be anything in Settings. How do I turn off spell-check in iCal and Email?

    To answer your question, try:
    Turn Auto-Correction on or off: Choose General > Keyboard and turn Auto-Correction
    on or off. Auto-Correction is on by default.

  • How do we get spell check on Beta? It isn't obvious like before

    I sent a question before but it asked me to confirm my address and didn't show me how to confirm. My problem is I do not know how to get spell check on an e mail. This has been so time consuming because I also can't get to anything once I click. Always getting the hourglass and can't get through.

    see also post https://support.mozilla.com/en-US/questions/789519#answer-143532

  • How can i select spell-check in google chrome

    How can i set up spell-check in my google chrome?

    I do not know whether this will work or not.
    Chrome is not an Apple product.
    Highlight the text field. Right click it then Spelling and Grammer > "As You Type"

  • How to turn off spell check

    What do I need to do to remove spell check when typing (turn off and on) as I type messages in different languages

    This is covered in the manual:
    iPhone User Guide (For iOS 5.0 Software)

  • How do you stop spell checking any "word" that has an underscore in it.

    I send lots of email that reference code.  Either with snipits, or mentioning variable names or file names etc.
    So I would I disable any spell check of any word that has an underscore character as part of it.  For example dont_check_this_var.
    I specifically am concerned about settings in Outlook

    Right click on the word, and select "Ignore all".
    To disable spellcheck,
    Click the File tab, and then click Options. 
    Click Mail , and then click Editor Options. 
    Click to clear the Check spelling as you type check box. 
    Click to clear the Mark grammar as you type check box.
    Tylor Wang
    TechNet Community Support

  • How Do I Get Spell Checker to Flag Words with Numbers?

    Hi,
    I cannot find any articles on this, so sorry if it's already been answered elsewhere.
    I sometimes accidentally hit a number key when typing words like "you"--so that it becomes "y9ou". The Firefox built-in spell checker does not flag this as a misspelling.
    In other programs there is a check box to allow this or not, but I cannot find one for Firefox. I do not use words with numbers very often, except something like W2, so I would prefer those get flagged instead of ones that are wrong like y9ou or w3ere that I make frequently.
    Any help on this?
    Thanks!
    Don :)

    Hi, Again,
    Thanks for the info. And for a quick reply. ;-)
    I checked my current cop0y of LibreOffice (I replaced OpenOffice.org with it several months ago). LibreOffice uses Hunspell as well. I had not checked the boxes to check words with numbers or all-caps as I had previously done in OpenOffice.org, so for all this time I have been thinking it would flag errors in those when it wasn't. Must have made LOTS of mistakes I didn't catch in that time. ;-(
    In LibreOffice, go to Tools => Options => Languages => Writing Aids. You can choose to enable spelling and grammar checking (not sure what the grammar checker oes, since it was already enabled but I have never seen any evidence of it). The below that is a section of checkboxes where you can specify what is and is not flagged by the spell checker. I checked the words with numbers and capital letters choices. So now it will catch all the acronyms I haven't added to the spell checker dictionary.
    I was looking for the same sort of choice in Firefox but didn't see it. Perhaps there is an API in Hnnspell the Firefox developers can use to add this choice as a checkbox, the way it is in LibreOffice.
    I realize this may be perceived as a low priority, but I would certainly appreciate seeing it in a future update of Firefox. At least making this post helped me get the settings i wanted in my word processor.
    Take care and God bless.
    Don :)

  • How do I obtain spell check for Photoshop Elements 12

    I use spell check with my Photoshop CS but I don't see a spell check for my Elements 12.   Is there a plug in I can get for a spell check?

    In photoshop cs2 record the spell check action:
    1. Create a new document and type a word you know is misspelled
    2. Go to Window>Actions
    3. At the bottom of the actions palette press the Create New Set button
    4. At the bottom of the actions palette press the Create New Action button
    5. Press Record, go to Edit>Check Spelling, press Done on the spell check dialog and click on the Stop Recording button at the bottom of the actions palette
    6. Save your action set to somewhere like your desktop using the Save Actions from the actions palette fly-out menu.
    In the photoshop elements 12 editor in the Expert mode
    1. Go to window>Actions and load the spell check action from the fly-out menu on the actions panel
    2. Click on the name of the action (not the name of the action set) and press Play to play the action.
    The check spelling action should work in pse 12 just as check spelling does in photoshop cs2

Maybe you are looking for

  • How to resolve the error -1073807339 when using Agilent LAN/GPIB Gateway (E5810A)?

    Dear Sir/Madam, Appreciate that you could advise me on the following error occur when connect power meter E4419B to computer via E5810A LAN/GPIB Gateway(remote interface) & run with Labview:  -1073807339 VISA Write in E4419_read_power.vi I have added

  • More than one library (on the same computer) open?

    In the new iTunes 9 it is possible to access several libraries on my home network from the open iTunes window, which is really cool. I wondered if this means it may now be possible to have access to several libraries on the same computer (or connecte

  • App error 552 PLEASE HELP ME!!!

    Hi for days now i have had a white screen and small writing on saying app error 552. The phone will not come on at all, just resets to the same screen so I cant do anything via the phone.  I asked on my facebook and was giving a link to try for some

  • TA and SQL Server 2012

    Does Transaction Analyzer support SQL 2012?

  • Local user password still needed to install updates

    I've got machines connected to open directory and even when I'm logged into them as a Directory Admin when it comes to installing Software Updates or software I always get asked for a local admin username and password, the open directory admin userna