How reload Chart Intraweb in Async Event(Ajax)
Posted: Wed Feb 06, 2013 1:59 pm
Hi ,
i work with D2007 and Intraweb X11, the install it's ok, i run demo without Pb.
But i have PB for reload image TIWChart after event Async (mode ajax).
Exemple :
Step 1 ) i have create Form intraweb with TIWChart1 and link Chart1 on design time
Step 2 ) if i run, it's Ok, the form Intraweb is create correctly but without Data it's normally for seep loading page.
Step 3) In TimerAsync (mode ajax), i run thread for extract Data in background task (on other server with long time)
Step 4) after load Data, i creta and trace series chart without PB
Step 5) how force reload image Chart1 included TIWChart after load Async Data ??? reloading partial page ? Render ? Update ?
I try many solution without succès.
i work with D2007 and Intraweb X11, the install it's ok, i run demo without Pb.
But i have PB for reload image TIWChart after event Async (mode ajax).
Exemple :
Step 1 ) i have create Form intraweb with TIWChart1 and link Chart1 on design time
Step 2 ) if i run, it's Ok, the form Intraweb is create correctly but without Data it's normally for seep loading page.
Step 3) In TimerAsync (mode ajax), i run thread for extract Data in background task (on other server with long time)
Step 4) after load Data, i creta and trace series chart without PB
Step 5) how force reload image Chart1 included TIWChart after load Async Data ??? reloading partial page ? Render ? Update ?
I try many solution without succès.