Subject | Re: [ib-support] ReadOnly problem |
---|---|
Author | Guillermo Najar-Arreola |
Post date | 2002-08-19T21:06:58Z |
Sorry; I posted the wrong group.
""Wilson, Fred"" <fred.wilson@...> wrote in message
news:E9E4431A916AD21191FD00104B986AEFC23F8B@......
""Wilson, Fred"" <fred.wilson@...> wrote in message
news:E9E4431A916AD21191FD00104B986AEFC23F8B@......
> This has nothing to do with Firebird/Interbase right ?? Try maybe theDelphi
> list instead.DBEdit
>
> Best regards,
> Fred Wilson
> SE, Bell & Howell
> fred.wilson@...
>
>
> -----Original Message-----
> From: Guillermo Najar-Arreola [mailto:gnajar@...]
> Sent: Monday, August 19, 2002 1:59 PM
> To: ib-support@yahoogroups.com
> Subject: [ib-support] ReadOnly problem
>
>
> Hi,
>
> I have a base form class, where I read field properties from a data
> dictionary.
> I want to assign the ReadOnly property of the dxDBEdit field
> according to my Data
> Dictionary; the code is as follows:
> ...
> TdxTextEdit = class( TdxInPlaceTextEdit );
> ...
> TdxTextEdit(Components[i]).Hint := oMetaDato.pHint;
> TdxTextEdit(Components[i]).ShowHint := True;
> TdxTextEdit(Components[i]).ReadOnly := (oMetaDato.pReadOnly =
> 1);
>
> All this time, the process of reading from the Data Dictionary has worked
> ok,
> until this
> morning, when I added the "readonly" line you see; when the
> ShowModal of the form
> is executed, I get an Access Violation. Doing the same thing with VCL
> I have
> no problem at all; is it a bug?
>
> Thank you,
> Guillermo
>
>
>
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>