Subject RE: [IBO] IBQuery Fields ReadOnly
Author Jason Wharton
Look in the help file for TIB_StringList properties and methods.
You can use properties to set or remove entries based on name or index.

Jason Wharton
www.ibobjects.com


> -----Original Message-----
> From: IBObjects@yahoogroups.com
> [mailto:IBObjects@yahoogroups.com]On Behalf Of Ahmet Elgin
> Sent: Wednesday, July 13, 2005 11:12 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] IBQuery Fields ReadOnly
>
>
> In my app, to make a field read-only, i use a code like this:
> qyTableX.FieldsReadOnly.Add('FIELDX=NOEDIT;NOINSERT');
> In a condition i want to make FieldX writable, how can i disable
> fieldX's readonly property?
>
> thanks a lot..
> Ahmet ELGIN