Atozed Forums
Problem with Render at Intraweb 15.2.3 - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Problem with Render at Intraweb 15.2.3 (/thread-1752.html)

Pages: 1 2


RE: Problem with Render at Intraweb 15.2.3 - Comograma - 07-15-2020

(07-10-2020, 04:07 PM)Rolphy Reyes Wrote: Hi Alexandre!

Sorry, Intraweb continue to fail.

My application is so complex that it's difficult to make a simple example, i will try to make one.
Can you tell me whats the purpose of RefreshAsyncRender and with wich components can I use this method and what's is meaning?
Thanks



RE: Problem with Render at Intraweb 15.2.3 - Alexandre Machado - 07-16-2020

RefreshAsyncRender is intended to be used when you want the control to be fully refreshed on the web page, i.e., instead of updating it, it will be removed and rendered again. In general it shouldn't be used unless you have a control which is not updating itself correctly during an async event. In that case, using that method might work.

In theory it can be used with any control, but I can't guarantee that all 3rd party controls will work correctly


RE: Problem with Render at Intraweb 15.2.3 - Comograma - 07-16-2020

(07-16-2020, 03:58 AM)Alexandre Machado Wrote: RefreshAsyncRender is intended to be used when you want the control to be fully refreshed on the web page, i.e., instead of updating it, it will be removed and rendered again. In general it shouldn't be used unless you have a control which is not updating itself correctly during an async event. In that case, using that method might work.

In theory it can be used with any control, but I can't guarantee that all 3rd party controls will work correctly
Ok, I'd try to use IWDBGrid.RefreshAsyncRender with that problema that reported on another post but does not work either!! ?


RE: Problem with Render at Intraweb 15.2.3 - Rolphy Reyes - 07-16-2020

Hi Alexandre!!

I have some good news, I managed to change the TFrame of the CRUD from submit to async.

With that and combine with the "Post" of the TQuery detail in the async way, Intraweb works smooth.

Still have the issue with the TFrame of the CRUD in submit mode and the detail in async mode; I will try to make an example.