JohnnySuresh
Programmer
Hi,
I have created a datawindow of presentation style N-up. I have 2 rows in the datawindow and each of the row has a column name cfc_rvsfcs. I wanted to set the Visible property of column cfc_rvsfcs of first row only. So I wrote the statement dw.object.cfc_rvsfcs[1].Visible = 0 . This throws an error 'Error accessing external object property'. Is this a PB bug or am I doing anything wrong. If you could suggest me some workaround, it would be really great.
Johnny
I have created a datawindow of presentation style N-up. I have 2 rows in the datawindow and each of the row has a column name cfc_rvsfcs. I wanted to set the Visible property of column cfc_rvsfcs of first row only. So I wrote the statement dw.object.cfc_rvsfcs[1].Visible = 0 . This throws an error 'Error accessing external object property'. Is this a PB bug or am I doing anything wrong. If you could suggest me some workaround, it would be really great.
Johnny