473,395 Members | 1,578 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Too Much orthographic errors to show the document

28
I'm creating a word document with more than 800 pages.
But I'm facing two problems:

1- It's take more than 20minuts to finish;
2- When it's almost finishing, it shows the message:

Too Much Ortographic Erros to show the document
then the whole operation is ended.

How may I fix these problems?

The code to create the document and fill it with data, is inside a loop, so the loop hapens once for each page. And I have more than 800Pages.
Sep 10 '13 #1

✓ answered by Rabbit

I'm not saying you're dumb. I just have to cover all the bases because you weren't specific in the information you provided us. Since you didn't tell us the orthographic errors were not due to spelling/grammatical errors, I need to cover that possibility.

Yes, you can add new words to the dictionary in code. It's just a text file on your computer. You can just create a new file with the names in alphabetical order with each word separated by a new line and add it as a new custom dictionary in your Word options. This needs to be done before opening Word to create your document.

But that should be your backup measure. My first suggestion is a lot easier if that works. You should only use my third suggestion if the first one doesn't work.

4 1402
Rabbit
12,516 Expert Mod 8TB
1) Not much you can do about the time it takes... that's a ton of data you're trying to output.

2) Orthographic errors are spelling and grammar errors. Try turning off spelling and grammar checking. If that doesn't work, try spelling things correctly and using good grammar. If you have a lot of terms that don't exist in the dictionary, try adding them to the user dictionary.
Sep 10 '13 #2
Ghaleon
28
Omg man, I'm not that dumb u_U
The grammar errors are all Names of persons... Not that grammar you're thinking u_U

May I add these names to dictionary by code?
Sep 11 '13 #3
Rabbit
12,516 Expert Mod 8TB
I'm not saying you're dumb. I just have to cover all the bases because you weren't specific in the information you provided us. Since you didn't tell us the orthographic errors were not due to spelling/grammatical errors, I need to cover that possibility.

Yes, you can add new words to the dictionary in code. It's just a text file on your computer. You can just create a new file with the names in alphabetical order with each word separated by a new line and add it as a new custom dictionary in your Word options. This needs to be done before opening Word to create your document.

But that should be your backup measure. My first suggestion is a lot easier if that works. You should only use my third suggestion if the first one doesn't work.
Sep 11 '13 #4
Ghaleon
28
Thank you! I just ignored the errors...
Sep 13 '13 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Gary Mayor | last post by:
Hi, I'm back again. Basically i'm trying to draw a box over an image which is turning out to be a nightmare. The problem i'm getting at the moment is that i'm creating a line with <div which works...
7
by: Mad Scientist Jr | last post by:
Through messing around I got IE6 (win xp) to show/hide a table row. I gave my <TR> an ID of "trRow" and trRow.style.display='none'; hides it trRow.style.display='block'; displays it (will any...
3
by: alex | last post by:
I'd like to have a show/hide widget on my web site, kind of like "show details" / "hide details" in Google Groups. Is there a tutorial explaining how to make them? Google's is a bit complex and...
11
by: Michael Powe | last post by:
How can I make an XHTML-compliant form of an expression in this format: document.write("<scr"+"ipt type='text/javascript' src='path/to/file.js'>"+"</scr"+"ipt>"); this turns out to be a...
7
by: FP | last post by:
I'm new to Java Script. I'm displaying comments people have made. Below each persons' comment I want to add 2 buttons "Reply" and "Amend". Clicking "Reply" would display an empty text field...
5
by: HopfZ | last post by:
I made two shortcut functions for document.getElementById as: function EBI2(id){return document.getElementById(id)}; var EBI3 = document.getElementById; But EBI3 don't work. EBI2('myText');...
1
by: TheCodeGuy361 | last post by:
Hi, I need to use javascript in a PDF to show the document's file path/ location, and also the current date. I don't know where to start with the code, does anybody have any tips? Thanks...
4
by: kjsphoto | last post by:
I jsut installed a new PHP 5 server as I wanted to keep the php4 version server running until I change over all the code to work with 5. Here is the problem and for the life of me I cannot...
2
by: =?Utf-8?B?UmFuZHlz?= | last post by:
This just started when I updated to sp 1 working on a APS.net, Visual Studio 2008, c# Project. When I open a project, I get tons of Errors showing in the list 300+ if I double click on them I go...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.