spell checking problem
Craig McPherson
cdpublishing at qwestoffice.net
Wed May 14 16:18:30 PDT 2008
I have used the following procedure many times in the past but it
seems to be broken now and I can't figure out why.
The problem is that when I get to a word that Panorama doesn't
recognize, the procedure won't start up again when I use the key
command to invoke it.
The Handbook says:
If the word is actually misspelled, you can correct the error. In the
example above, geeky is probably correct,
but is not in PanoramaÕs dictionary. To resume scanning for more
spelling errors, choose Check Spelling
again from the Edit Menu.
The problem is that I am unable to 'resume scanning' once the
unrecognized word is selected for correction.
Here is the procedure:
goform "spell check form"
local remainingtext
//Set up the main loop to visit all the records
Loop
//Open the SO
If info("ActiveSuperObject") = ""
SuperObject "SpellRestrict", "Open"
EndIf
//Spell check
SuperObject "SpellRestrict", "Spell"
ActiveSuperObject "GetSelectedText",remainingtext
stoploopif remainingtext ""
SuperObject "SpellRestrict", "Close"
DownRecord
Until info("Stopped")
Thanks for suggestions on why it no longer works...or how to fix it...
Craig McPherson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://provue.com/pipermail/qna/attachments/20080514/72bb6df6/attachment.html
More information about the Qna
mailing list