'Disappearing' LotusScript workaround and more info

Several folks have reported Lotusscript ‘disappearing’ from the programmer’s pane. A reproducible scenario was finally reported here . It appears the root of the problem is typing a line a script and doing a Save (S) without doing a carriage return first (i.e., no carriage return before save). You know you have the problem if, after doing the save, the cursor moves to the top of the module (instead of staying at its current position). The workaround is to be sure to do a carriage return after typing a line of script before saving your script. IBM is aware of this problem and a solution is being investigated.

Bob McGrath

IBM

Subject: ‘Disappearing’ LotusScript workaround and more info …

I have this happen on occasion because of my innate use of save :slight_smile:

If it happens, you can usually get all the script back by doing an undo (ctrl-z) and then highlight all the code in that function, cut it out, hit save, the lost code will appear somewhere else (mostly in the declarations), delete that and just paste your function back in.

Works 99.9% of the time for me.