Subject | RE: [IBO] IBQuery Fields ReadOnly |
---|---|
Author | Jason Wharton |
Post date | 2005-07-14T07:22:09Z |
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
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