|
<< Click to Display Table of Contents >> Navigation: Telegram > 2025 > 02 > 19 > Telegram_2025-02-19T03 |
2025-02-19T03:56:17
Hi,
I need force to update a label (TIWLabel) positioned on a panel (TIWCGJQRegion) in an intraweb form
on click button (TIWCGJQButton)
I use this Code
Label.caption := 'Wait Please...';
label.update; // no effect
Panel1.AjaxReRender(True, False); // no effect
....
the label is updated when the process ends
thanks
Alessandro Romano