Hello all Anbody knows how to ajax refresh a widget inside a table records? I can refresh the entire table. But when i pick only the widget to refresh it doesn´t work. Any idea? Thanks
Hi Paulo I have populated the table records with a query. But in the table records i have one input widget per row that triggers a screen action(on change) summing all the values in those input widgets and storing in a local screen variable that it´s associated with an expression also inside the table records in the last row. When i try to update(ajax refresh) that expression it doesn´t update the value. This works only when i ajax refresh the whole table, which i am not interested. Thanks again
Hello Rafael It gave me an error with your eSpace Error: "Could not find the 'RichWidgetsExtension' extension in this server. Application runtime errors might occur."
function RefreshTotal(obj1_name,obj1_value) { document.getElementById(obj1_name).innerHTML = obj1_value; } Then it´s called in RunJavascript action triggered by the Refresh Action. Ok it´s Javascript trick but it works. Thank you Rafael Best Regards