PeteWalburn
Programmer
Hi,
I have a requirement to have 3 columns of text boxes that can be edited by a user on a report.
So there are 15 columns and 3 of them are text boxes. The text boxes may have values (if there is a row in a datatable). The user needs to be able to edit the value in the textbox and then the value will be updated (or inserted if there was no corresponding row) in the datatable.
I need to know if this is possible within Actuate and then how I can go about doing it.
I am currently trying with Browser Scripting Controls and overriding the BrowserCode function so that the control is set to be a Java text control. The problem that I have at the moment is that I can't set the value of the control if there is a corresponding value in the datatable. I'll no doubt have a problem with updating the value later too.
Any help?
Pete
I have a requirement to have 3 columns of text boxes that can be edited by a user on a report.
So there are 15 columns and 3 of them are text boxes. The text boxes may have values (if there is a row in a datatable). The user needs to be able to edit the value in the textbox and then the value will be updated (or inserted if there was no corresponding row) in the datatable.
I need to know if this is possible within Actuate and then how I can go about doing it.
I am currently trying with Browser Scripting Controls and overriding the BrowserCode function so that the control is set to be a Java text control. The problem that I have at the moment is that I can't set the value of the control if there is a corresponding value in the datatable. I'll no doubt have a problem with updating the value later too.
Any help?
Pete