Subject Re: [IBO] Posting a second record to a Dataset linked to a TIB_Grid
Author Helen Borrie
At 11:30 PM 9/10/2005 +0000, you wrote:

>By the way, what's the CODE for declaring those fields as NOEDIT? (I
>already know how to do it with Edit Component Field Properties, I
>want to know with code)

They are options in the ColumnAttributes property. Look up
ColumnAttributes in the help for IB_Query - there are examples there
showing how to add them to the IB_Stringlist that surfaces this property.

>And after declaring them as NOEDIT, what's the CODE for "undeclaring"
>it?

Use the stringlist methods to remove the entry. There is a lot more detail
about using and coding ColumnAttributes in some of the TechInfo sheets,
particularly "Working with Fields and Params". Also in the Getting Started
Guide, of course.

Really, you should download all of the TechInfo sheets. A lot of that info
used to be in the help file, before IBO got so large that we had to break
up the help file. It would certainly help you to understand better how IBO
works.

Helen