473,407 Members | 2,312 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,407 software developers and data experts.

how to specify a common spellcheck dictionary

Hello,
I have an Access 2K application that several users on a network will be
working with. They will each have a copy of the "front-end" and will
link to a common "back-end" database located on a network drive. There
is a requirement to be able to check spelling using some industry
specific abbreviations, words, etc. I would like to change the
dictionary to a common one that is located on the network in the same
place as the back end data.

Is it possible to share a dictionary in this way?

Is this possible to do in code so that the dictionary is only changed
for the specific use of this application?

TIA,
James

Nov 13 '05 #1
7 2491
On 15 Jul 2005 13:27:49 -0700, ja***@intinfo.com wrote:

What dictionary do you have in mind?
Some people will use Word's dictionary, and there are published
methods for interacting with it.
Others might create their own table of keywords, and store them in an
Access table.

-Tom.

Hello,
I have an Access 2K application that several users on a network will be
working with. They will each have a copy of the "front-end" and will
link to a common "back-end" database located on a network drive. There
is a requirement to be able to check spelling using some industry
specific abbreviations, words, etc. I would like to change the
dictionary to a common one that is located on the network in the same
place as the back end data.

Is it possible to share a dictionary in this way?

Is this possible to do in code so that the dictionary is only changed
for the specific use of this application?

TIA,
James


Nov 13 '05 #2
On 15 Jul 2005 13:27:49 -0700, ja***@intinfo.com wrote:

What dictionary do you have in mind?
Some people will use Word's dictionary, and there are published
methods for interacting with it.
Others might create their own table of keywords, and store them in an
Access table.

-Tom.

Hello,
I have an Access 2K application that several users on a network will be
working with. They will each have a copy of the "front-end" and will
link to a common "back-end" database located on a network drive. There
is a requirement to be able to check spelling using some industry
specific abbreviations, words, etc. I would like to change the
dictionary to a common one that is located on the network in the same
place as the back end data.

Is it possible to share a dictionary in this way?

Is this possible to do in code so that the dictionary is only changed
for the specific use of this application?

TIA,
James


Nov 13 '05 #3
I don't know if this will give you want you want.
If you put you dictionary in the same location as
Custom.DIC, it may allow you to select it.

This came from Help.

Choose a custom dictionary for checking spelling
1. Go to the Database window.
2. Click any table, query, form, view, or stored procedure.
3. Click Spelling on the toolbar.
Note You may need to temporarily misspell an existing word to display
the Spelling dialog box.

4. Click Options.
5. Select the custom dictionary you want in the Dictionary box.
I can select another dictionary in Access 97, but
not in Access 2000.

Ron

ja***@intinfo.com wrote:
Hello,
I have an Access 2K application that several users on a network will be
working with. They will each have a copy of the "front-end" and will
link to a common "back-end" database located on a network drive. There
is a requirement to be able to check spelling using some industry
specific abbreviations, words, etc. I would like to change the
dictionary to a common one that is located on the network in the same
place as the back end data.

Is it possible to share a dictionary in this way?

Is this possible to do in code so that the dictionary is only changed
for the specific use of this application?

TIA,
James


Nov 13 '05 #4
I don't know if this will give you want you want.
If you put you dictionary in the same location as
Custom.DIC, it may allow you to select it.

This came from Help.

Choose a custom dictionary for checking spelling
1. Go to the Database window.
2. Click any table, query, form, view, or stored procedure.
3. Click Spelling on the toolbar.
Note You may need to temporarily misspell an existing word to display
the Spelling dialog box.

4. Click Options.
5. Select the custom dictionary you want in the Dictionary box.
I can select another dictionary in Access 97, but
not in Access 2000.

Ron

ja***@intinfo.com wrote:
Hello,
I have an Access 2K application that several users on a network will be
working with. They will each have a copy of the "front-end" and will
link to a common "back-end" database located on a network drive. There
is a requirement to be able to check spelling using some industry
specific abbreviations, words, etc. I would like to change the
dictionary to a common one that is located on the network in the same
place as the back end data.

Is it possible to share a dictionary in this way?

Is this possible to do in code so that the dictionary is only changed
for the specific use of this application?

TIA,
James


Nov 13 '05 #5
Hell Tom,
Actually, I only want to use the built-in dictionary (I'm guessing that
is Word's dictionary). I guess my question boils down to: how do I
change the dictionary in use at each workstation? Each workstation
install of Office will (I think) point to its local dictionary. I would
like all the users to be using a common dictionary so that any words
that are added need only be done once for this application.

Where are the "published methods for interacting" with Word's
dictionary?

TIA,
James

Nov 13 '05 #6
Hello Ron,
I would like to use the dictionary that is available through Office.
But the words that are added are really specific to the application
that is why I would like to use a *separate* custom dictionary and
programmatically set the dictionary when the application starts. Is
there any way to do that?

Also, are you saying that you *cannot* select another dictionary in
Access 2000 under any circumstances? How about later versions of Access
a/o Office?

TIA,
James

Nov 13 '05 #7
I wrote a VB Script to invoke the MS Spell Checker. It can be pasted into an
Access VBA module and run, if that will help. Download it from here ...

http://amazecreations.com/datafast/G...SpellCheck.zip

--

Danny J. Lesandrini
dl*********@hotmail.com
http://amazecreations.com/datafast/

<ja***@intinfo.com> wrote
Hello,
I have an Access 2K application that several users on a network will be
working with. They will each have a copy of the "front-end" and will
link to a common "back-end" database located on a network drive. There
is a requirement to be able to check spelling using some industry
specific abbreviations, words, etc. I would like to change the
dictionary to a common one that is located on the network in the same
place as the back end data.

Is it possible to share a dictionary in this way?

Is this possible to do in code so that the dictionary is only changed
for the specific use of this application?

TIA,
James

Nov 13 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Robert Kern | last post by:
I'm in the middle of writing a scientific program with a number of very, very long formulae. You can see a typical one below. What I would like to do is to parse this code to yield an AST, identify...
2
by: Evan McPeters | last post by:
It is a database application that has a window where the user can write letters to patients. That is the area that I want to spellcheck. Any ideas how I can do this? Thanks again. "Peter...
0
by: CamThach | last post by:
Hi, I use spellcheck of word automation in C#,it run OK but whenever the spellcheck dialog of word is shown ,it hide(minimize) the main form of my application. I don't know how to fix this issue....
0
by: james | last post by:
Hello, I have an Access 2K application that several users on a network will be working with. They will each have a copy of the "front-end" and will link to a common "back-end" database located on...
2
by: Liz | last post by:
There is a need to use "spellcheck" in our application. Can anyone point me in the right direction/give me a clue of how to go about this. Liz
2
by: Khoa Nguyen | last post by:
I run into another issue with my grammar: My input record contains a common part and an extended part. Based on the value of the common part, the extended part will be different. So, I am...
0
by: XJ | last post by:
All experts, recently im doing .net project, which need the spelling checking, the requirement need to return the suggestion words, could be collection, could be array, i have gone thru some...
1
by: delusion7 | last post by:
I want to check the spelling of words typed into a textbox.. I added a reference to the "Microsoft Word 11.0 Object Library".. but, I'm not sure how to use the spellcheck. There's a couple...
1
by: H-S | last post by:
Help! I am trying to use the Windows.Controls.TextBox with spellcheck turned on. It works fine if my keyboard input language is set to English (United States). But the spellcheck starts to get...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.