[futurebasic] I want to make a HITextView read only when my Run menu is selected... I have this (see below but it causes the app to unexpectantly quit)

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2009 : Group Archive : Group : All Groups

From: Brian Heibert <heibert@...>
Date: Sun, 25 Oct 2009 12:51:53 -0400
This causes the app to unexpectantly quit

case _RunGame
//_statNoFramed
EDIT FIELD #_HITextViewCtrl, _statNoFramed

How can I make my HITextView read only when case _RunGame is selected

Brian