|
-
Jan 16th, 2006, 08:31 AM
#1
Thread Starter
New Member
[RESOLVED] Spell Check in an application
Hi There,
Does anybody have any advice on putting a spellcheck on alot of information in an application in general. Would it generally be better to go with an Access application or a VB Application. The spellcheck would have to check a large amount of information i.e. multiple textboxes on a form or even the database tables themselves. Is this possible to do a full spellcheck on a database table?
Any help or advice would be greatly appreciated.
Thanks
Last edited by Hack; Jan 17th, 2006 at 08:34 AM.
-
Jan 16th, 2006, 08:47 AM
#2
Re: Spell Check in an application
-
Jan 16th, 2006, 08:50 AM
#3
Re: Spell Check in an application
 Originally Posted by AReilly
Hi There,
Does anybody have any advice on putting a spellcheck on alot of information in an application in general. Would it generally be better to go with an Access application or a VB Application. The spellcheck would have to check a large amount of information i.e. multiple textboxes on a form or even the database tables themselves. Is this possible to do a full spellcheck on a database table?
Any help or advice would be greatly appreciated.
Thanks 
Will the Client Computers have Office installed on them? If so, check out RobDog's and MartinLiss' Spell Checker posts in the VB6 CodeBank.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 16th, 2006, 09:05 AM
#4
Re: Spell Check in an application
Here is another link for SpellChecks on Planet Source Code
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 16th, 2006, 11:16 AM
#5
Thread Starter
New Member
Re: Spell Check in an application
Thank you for your help Mark, I will have a look into these, seems like most the information on adding spell checks is geared towards VB as opposed to VBA in general so im thinking going the VB route may be better. Also, alot of information seems to be only checking single textboxes on forms and not multiple textboxes (well I did see one mention of this) or checking tables in an access database.
Thanks for the information
-
Jan 16th, 2006, 11:19 AM
#6
Re: Spell Check in an application
No Problem, don't forget to mark this thread as resolved
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."
-
Jan 16th, 2006, 01:40 PM
#7
Thread Starter
New Member
Re: Spell Check in an application
Hi Mark,
Just wondering, did you ever hear of spell checking a table/tables in a database from a VB application?
Thanks
-
Jan 17th, 2006, 08:19 AM
#8
Re: Spell Check in an application
 Originally Posted by AReilly
Hi Mark,
Just wondering, did you ever hear of spell checking a table/tables in a database from a VB application?
Thanks 
My suggestion would be to do your spell check before you save the data back to the database.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|