At 01:43 PM 6/4/2005, Bernie Lis wrote:
I made a small change to the form, that has nothing to do with the db Rich Edit object in the form that I am spell checking. Now I get the error: "Cannot modify read-only data set" What could be causing this error?
Bernie, Check the state of the form. Are you using the form as EDIT USING ..., ENTER USING ..., OR BROWSE USING ...? What happens when you try the following tests: A. Using R:BASE 7.1 for Windows, at the R> prompt: CONNECT RRBYW9 RUN GlobalVars.RMD EDIT USING CallNotesEdit Switch the focus on notes and click on [SpellCheck] Speed Button B. Using R:BASE 7.5 for Windows, at the R> prompt: CONNECT RRBYW10 RUN GlobalVars.RMD SET VAR vMode TEXT = 'EDIT' EDIT USING Contacts Switch the focus to notes and click on [SpellCheck] Speed Button C. Using R:BASE V-8 "Turbo" for Windows, at the R> prompt: CONNECT RRBYW12 RUN GlobalVars.RMD SET VAR vMode TEXT = 'EDIT' EDIT USING Contacts Switch the focus to notes and click on [SpellCheck] Speed Button For details, take a look at the code behind the [SpellCheck] Speed Button. Hope that helps! Very Best R;egards, Razzak.
