Re: Worflow to do a Spellcheck via the Web?

2008-01-24 Thread Craig Carter
We're using the HTML version of JSpell as well.  They changed their
licensing (no more lifetime support and upgrades with initial purchase)
but it's still inexpensive and easy to add to any form.  We found
support to be sluggish but once you understand it, you won't have much
need to contact them.

 

//SIGNED//

Craig Carter 



From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Timothy Powell
Sent: Wednesday, January 23, 2008 11:51 AM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?

 

We successfully implemented the html version of jSpell. It works very
well, and the license costs are not that bad. Support from the jSpell
team was excellent.

 

http://www.thesolutioncafe.com/

 

HTH,

Tim Powell

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Garrison, Sean (Norcross)
Sent: Wednesday, January 23, 2008 10:35 AM
To: arslist@ARSLIST.ORG
Subject: Worflow to do a Spellcheck via the Web?

 

** 

Does anyone know of a way to do spell checking in Remedy Mid-Tier?  

 

 

Sean

 

 

__Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
html___ 

__Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
html___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-24 Thread David.M Clark
Sean,

Long ago when I was upgrading from rev 5 via User Tool to 6.3 via browser, the 
OLE spell check that I had implemented (from the Remedy sample) stopped 
working.  I was told by Remedy Support at the time that OLE is not supported 
on the web, but they sent me an unsupported workaround.  I've never gotten 
back to this (spell check loss wasn't considered a big problem), so I don't 
know if this will work now or not.

Good luck!

- David

***
Please note that this workaround is to be used at your own discretion. We 
provide this customization solely as an example to workaround the limitation of 
not having spell check available for web.  Please be advised that for this 
customization to work, that you will need to have ActiveX enabled on your 
browser.  This workaround also is only available for IE browsers.

The workaround:
Here's the script you need to add to each web view:

SCRIPT 
function spellcheck(fid) 
{ 
window.blur; 
oWord= new ActiveXObject(Word.Application);  
oWord.application.Visible= true;  
oWord.Documents.Add();  
oWord.ActiveDocument.Content.InsertAfter(theForm.getField(fid).get()); 
oWord.ActiveDocument.CheckSpelling();  
oWord.Selection.WholeStory();  
var spellCheckedText = oWord.Selection.Text; 
oWord.ActiveDocument.Close(0);  
oWord.Quit();  
theForm.getField(fid).set(spellCheckedText); 
} 
/SCRIPT

Place this script just before the closing \BODY tag

For each field you wish to spellcheck, create a new button.

Then create a Run Process Active link:

The run process command line would read:

javascript:spellcheck(F#);  

Replace # with the database ID of the field that button should spell check.

***



David M Clark
Remedy Programmer/Analyst


 Garrison, Sean (Norcross) [EMAIL PROTECTED] 1/23/2008 9:35 AM 
Does anyone know of a way to do spell checking in Remedy Mid-Tier?


Sean



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org 
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Garrison, Sean (Norcross)
Does anyone know of a way to do spell checking in Remedy Mid-Tier?


Sean



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Rick Cook
There is a third-party tool from Alcoda software that does that.  Just
Google it.

Rick

On 1/23/08, Garrison, Sean (Norcross) [EMAIL PROTECTED] wrote:

 **

 Does anyone know of a way to do spell checking in Remedy Mid-Tier?





 Sean




 __Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
 html___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Carey Matthew Black
How about using Firefox?

http://www.mozilla.com/en-US/firefox/features.html#experience

Spell Checking
Sometimes you're in a rush, and can't remember if it's i before e
or the other way around. Firefox 2 has built-in spell checking to keep
you from making any mistakes in your blog posts and Web-based email,
so you can worry about more important things.


-- 
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap Pick two.


On Jan 23, 2008 10:35 AM, Garrison, Sean (Norcross)
[EMAIL PROTECTED] wrote:
 **

 Does anyone know of a way to do spell checking in Remedy Mid-Tier?


 Sean

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Seth Wrye
IEspell works well ( http://www.iespell.com/ ).  The only problem is that it is 
free for personal use but you have to pay for a corporate solution.  Could get 
into licensing issues.  I think that Firefox is the better solution though.
 
Seth Wrye



From: Action Request System discussion list(ARSList) on behalf of Carey Matthew 
Black
Sent: Wed 1/23/2008 11:08 AM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?



How about using Firefox?

http://www.mozilla.com/en-US/firefox/features.html#experience

Spell Checking
Sometimes you're in a rush, and can't remember if it's i before e
or the other way around. Firefox 2 has built-in spell checking to keep
you from making any mistakes in your blog posts and Web-based email,
so you can worry about more important things.


--
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap Pick two.


On Jan 23, 2008 10:35 AM, Garrison, Sean (Norcross)
[EMAIL PROTECTED] wrote:
 **

 Does anyone know of a way to do spell checking in Remedy Mid-Tier?


 Sean

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Garrison, Sean (Norcross)
Thanks for the info ... I wish we could use the firefox solution but our 
company has standardized on IE 6 (soon to jump to 7) ...

Sean

-Original Message-
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of Seth Wrye
Sent: Wednesday, January 23, 2008 11:19 AM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?

IEspell works well ( http://www.iespell.com/ ).  The only problem is that it is 
free for personal use but you have to pay for a corporate solution.  Could get 
into licensing issues.  I think that Firefox is the better solution though.

Seth Wrye



From: Action Request System discussion list(ARSList) on behalf of Carey Matthew 
Black
Sent: Wed 1/23/2008 11:08 AM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?



How about using Firefox?

http://www.mozilla.com/en-US/firefox/features.html#experience

Spell Checking
Sometimes you're in a rush, and can't remember if it's i before e
or the other way around. Firefox 2 has built-in spell checking to keep
you from making any mistakes in your blog posts and Web-based email,
so you can worry about more important things.


--
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap Pick two.


On Jan 23, 2008 10:35 AM, Garrison, Sean (Norcross)
[EMAIL PROTECTED] wrote:
 **

 Does anyone know of a way to do spell checking in Remedy Mid-Tier?


 Sean

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are



___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Tucker, Rob
What about something simple like the google tool bar?

Rob Tucker
New Edge Networks 

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Garrison, Sean (Norcross)
Sent: Wednesday, January 23, 2008 10:34 AM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?

Thanks for the info ... I wish we could use the firefox solution but our
company has standardized on IE 6 (soon to jump to 7) ...

Sean

-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Seth Wrye
Sent: Wednesday, January 23, 2008 11:19 AM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?

IEspell works well ( http://www.iespell.com/ ).  The only problem is
that it is free for personal use but you have to pay for a corporate
solution.  Could get into licensing issues.  I think that Firefox is the
better solution though.

Seth Wrye



From: Action Request System discussion list(ARSList) on behalf of Carey
Matthew Black
Sent: Wed 1/23/2008 11:08 AM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?



How about using Firefox?

http://www.mozilla.com/en-US/firefox/features.html#experience

Spell Checking
Sometimes you're in a rush, and can't remember if it's i before e
or the other way around. Firefox 2 has built-in spell checking to keep
you from making any mistakes in your blog posts and Web-based email, so
you can worry about more important things.


--
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap Pick two.


On Jan 23, 2008 10:35 AM, Garrison, Sean (Norcross)
[EMAIL PROTECTED] wrote:
 **

 Does anyone know of a way to do spell checking in Remedy Mid-Tier?


 Sean


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum
Sponsor: www.rmsportal.com ARSlist: Where the Answers Are




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum
Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum
Sponsor: www.rmsportal.com ARSlist: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Timothy Powell
We successfully implemented the html version of jSpell. It works very well,
and the license costs are not that bad. Support from the jSpell team was
excellent.

 

http://www.thesolutioncafe.com/

 

HTH,

Tim Powell

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Garrison, Sean (Norcross)
Sent: Wednesday, January 23, 2008 10:35 AM
To: arslist@ARSLIST.ORG
Subject: Worflow to do a Spellcheck via the Web?

 

** 

Does anyone know of a way to do spell checking in Remedy Mid-Tier?  

 

 

Sean

 

 

__Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
html___ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Gayford, Matthew C.
There's a spell check button on the sample application that came with
ARS  7 that I've used in one of our home brew applications. It requires
a Windows OS with Word installed and runs some OLE automations.

 

-Matt

 

Matthew C. Gayford
Technology Research  Development
Information Technology Systems Division
University of North Carolina Wilmington 
(910) 962-7177

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Timothy Powell
Sent: Wednesday, January 23, 2008 1:51 PM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?

 

** 

We successfully implemented the html version of jSpell. It works very
well, and the license costs are not that bad. Support from the jSpell
team was excellent.

 

http://www.thesolutioncafe.com/

 

HTH,

Tim Powell

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Garrison, Sean (Norcross)
Sent: Wednesday, January 23, 2008 10:35 AM
To: arslist@ARSLIST.ORG
Subject: Worflow to do a Spellcheck via the Web?

 

** 

Does anyone know of a way to do spell checking in Remedy Mid-Tier?  

 

 

Sean

 

 

__Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
html___ 

__Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
html___ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are


Re: Worflow to do a Spellcheck via the Web?

2008-01-23 Thread Timothy Powell
But that only works on the desktop client, not Mid-Tier.

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Gayford, Matthew C.
Sent: Wednesday, January 23, 2008 3:01 PM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?

 

** 

There's a spell check button on the sample application that came with ARS  7
that I've used in one of our home brew applications. It requires a Windows
OS with Word installed and runs some OLE automations.

 

-Matt

 

Matthew C. Gayford
Technology Research  Development
Information Technology Systems Division
University of North Carolina Wilmington 
(910) 962-7177

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Timothy Powell
Sent: Wednesday, January 23, 2008 1:51 PM
To: arslist@ARSLIST.ORG
Subject: Re: Worflow to do a Spellcheck via the Web?

 

** 

We successfully implemented the html version of jSpell. It works very well,
and the license costs are not that bad. Support from the jSpell team was
excellent.

 

http://www.thesolutioncafe.com/

 

HTH,

Tim Powell

 

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Garrison, Sean (Norcross)
Sent: Wednesday, January 23, 2008 10:35 AM
To: arslist@ARSLIST.ORG
Subject: Worflow to do a Spellcheck via the Web?

 

** 

Does anyone know of a way to do spell checking in Remedy Mid-Tier?  

 

 

Sean

 

 

__Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
html___ 

__Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
html___ 

__Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are
html___ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: Where the Answers Are