B
BillT
My goal is to add a new row to a secondary data source which contains a lot
of child nodes. I use createNode to create that node, then createNode to
create all of its children, then appendChild to add the children to the
parent. The new row shows up on the form, but I cannot edit it. When I
clone an existing node and add it to the secondary data source I can edit the
fields but I'm doing this code for the case when the secondary data source
contains no entries for this row. There's no rule or conditional formatting
to make this row read-only, so I'm not sure why this should be.
Thanks in advance,
Bill
of child nodes. I use createNode to create that node, then createNode to
create all of its children, then appendChild to add the children to the
parent. The new row shows up on the form, but I cannot edit it. When I
clone an existing node and add it to the secondary data source I can edit the
fields but I'm doing this code for the case when the secondary data source
contains no entries for this row. There's no rule or conditional formatting
to make this row read-only, so I'm not sure why this should be.
Thanks in advance,
Bill