Hello,
I have a primary key of a table that is comprised of Column1, column2, column 3, and column 4.
I make an IDO of it. The properties are set to required of course, but not read-only.
Then I make a grid on a form tied to that IDO. The grid properties are not read only.
I'm able to create a record and save it. I'd like to update one of the records but it is acting like it is read-only. Is this because it is apart of the primary key? Why would not be able to update the record like you could in a SQL Table?
Thanks