Subject RE: [ib-support] ReadOnly problem
Author Wilson, Fred
This has nothing to do with Firebird/Interbase right ?? Try maybe the Delphi
list instead.

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 DBEdit
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/