I'd like users to be able to spell check some text they've entered (that will eventually be stored in a memo field). I rather hoped that
x=SYS(1500,"_MTL_SPELL","_MSYSMENU"
might do the trick, but it doesn't. Part of the problem, I suppose, is that by the time one presses the button to activate this line of code, the cursor is no longer in the edit box, and if I issue thisform.Edit1.SetFocus the command is by then dead.
The thing is that I don't really want to put the menu bar on the form, but maybe I'll have to.
Is there some other simple way of accessing FoxPro's internal spell checker?
Tony Ayres
x=SYS(1500,"_MTL_SPELL","_MSYSMENU"
might do the trick, but it doesn't. Part of the problem, I suppose, is that by the time one presses the button to activate this line of code, the cursor is no longer in the edit box, and if I issue thisform.Edit1.SetFocus the command is by then dead.
The thing is that I don't really want to put the menu bar on the form, but maybe I'll have to.
Is there some other simple way of accessing FoxPro's internal spell checker?
Tony Ayres