From: Eckhard Sallermann on
setstyle( ES_READONLY , true ) doesn´t work, it is still posible to edit
the mle
From: Camille Kater on
Hi,

Did you try :

IF IsAccess(oControl,#ReadOnly)
oControl:ReadOnly:=TRUE
ENDIF

Camille

Eckhard Sallermann wrote:
> setstyle( ES_READONLY , true ) doesn´t work, it is still posible to edit
> the mle
From: Geoff Schaller on
Are you sure this stlye is appropriate for an MLE?
Show us the code where you use this.

"Eckhard Sallermann" <eckhard.sallermann(a)bur-kg.de> wrote in message
news:i3gr28$g0n$1(a)news.eternal-september.org:

> setstyle( ES_READONLY , true ) doesn�t work, it is still posible to edit
> the mle

From: Eckhard Sallermann on
i just got an answer in the german forum


SendMessage (SELF:handle (), EM_SetReadOnly, 1, 0)

that works

Am 06.08.2010 13:18, schrieb Eckhard Sallermann:
> setstyle( ES_READONLY , true ) doesn´t work, it is still posible to edit
> the mle