I am very new to Lotus Script. I copied this code from a searchDomino tip and tried in my QueryModeChange event on my form. I received an Illegal character after continuation character error. This is the line from the code where the error occured. Can someone please help...
Messagebox "Document cannot be edited."_ & Chr$ (10) & Chr$ (10) & "This document is currently being edited by: " + lockedBy(0) _ & Chr$ (10) & Chr$ (10) & "You may only view the document." _ & Chr$ (10) & Chr$ (10) & "Please try to edit the document again later.", _ MB_OK+MBIconExclamation, "Cannot Edit"

Lotus Script error (Joe Godbold 16.Apr.02)
. . 