I do it in the same one after all the OLE actions

James Hamilton
Business Systems Manager
The NPD Group, Inc.
900 West Shore Road
Port Washington, NY 11050 USA
+ 1.516.625.2468

On Oct 21, 2:01 pm, "Begosh, Kevin" <[EMAIL PROTECTED]> wrote:
> Can I do this in the same AL as the one that does the spell check or should I 
> do it in a different one?
>
> Kevin Begosh, RSP
> Tech Ops
> Enterprise Business Services
> 301-791-3540 Phone
> 410-422-3623 Cell
> [EMAIL PROTECTED]
>
>
>
> -----Original Message-----
> From: Action Request System discussion list(ARSList) [mailto:[EMAIL 
> PROTECTED] On Behalf Of jham36
> Sent: Tuesday, October 21, 2008 1:59 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Spell Checker
>
> What I had to do to get this to work was create a temporary Integer
> field.  I called it tmpSpellCount.   After the spell check finishes, I
> do  3 set fields in the active link.
>
> 1.  Set field tmpSpellCount   to    LENGTH($Description$)
> 2   Set tmpSpellCount   to  $tmpSpellCount$ - 2   (for some reason it
> only works correctly if I subtract 2 from here)
> 3   Set Description   to   LEFT($Description$, $tmpSpellCount$)
>
> Hope this helps.
>
> James Hamilton
> Business Systems Manager
> The NPD Group, Inc.
> 900 West Shore Road
> Port Washington, NY 11050 USA
> + 1.516.625.2468
>
> On Oct 21, 1:47 pm, "Begosh, Kevin" <[EMAIL PROTECTED]> wrote:
> > And actually it looks like a carriage return that is put in. after the
> > spell check runs.
>
> > Kevin Begosh, RSP
> > Tech Ops
> > Enterprise Business Services
> > 301-791-3540 Phone
> > 410-422-3623 Cell
> > [EMAIL PROTECTED]
>
> > -----Original Message-----
> > From: Action Request System discussion list(ARSList)
>
> > [mailto:[EMAIL PROTECTED] On Behalf Of Matt Worsdell
> > Sent: Tuesday, October 21, 2008 1:16 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Spell Checker
>
> > Surely you need rtrim. The alternative is to use a substr function and
> > combine with a length calc.
>
> > -----Original Message-----
> > From: Begosh, Kevin <[EMAIL PROTECTED]>
> > Sent: Tuesday, October 21, 2008 6:04 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Spell Checker
>
> > On this spell checker I am getting it to work but it appears that
> > after the spell check is done it leaves a space or possible a carriage
> > return after the work it fixed.  Has anyone else run into this or know
> > how to fix it.  I have tried LTRIM, and Replace and neither on of those 
> > worked.
> > It almost looks like a carriage return.
>
> > Kevin Begosh, RSP
> > Tech Ops
> > Enterprise Business Services
> > 301-791-3540 Phone
> > 410-422-3623 Cell
> > [EMAIL PROTECTED]
>
> > -----Original Message-----
> > From: Action Request System discussion list(ARSList)
> > [mailto:[EMAIL PROTECTED] On Behalf Of Subash Biswas
> > Sent: Tuesday, October 14, 2008 4:22 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Spell Checker
>
> > Kevin:
> > I used the OLE spell check described in Integrating with Plug-ins and
> > Third-Party Products Guide 700 pg272. It works just fine with ARS
> > 7.0.1p004 WUT and MS Word 2003.
>
> > [The entire original message is not included]
> > ______________________________________________________________________
> > __
> > _______
> > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgPlatinum
> > Sponsor:www.rmsportal.comARSlist:"Where the Answers Are"
>
> > ______________________________________________________________________
> > _____­____ UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> > Platinum Sponsor:www.rmsportal.comARSlist:"Where the Answers Are"-
> > Hide quoted text -
>
> > - Show quoted text -
>
> ___________________________________________________________________________­____
> UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgPlatinum 
> Sponsor:www.rmsportal.comARSlist: "Where the Answers Are"
>
> ___________________________________________________________________________­____
> UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
> Platinum Sponsor:www.rmsportal.comARSlist: "Where the Answers Are"- Hide 
> quoted text -
>
> - Show quoted text -

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

Reply via email to