5
Views
6
Comments
List_LateLoad
Question
Hi everyone,

I'm having a strange problem: the List_LateLoad of RichWidgets isn't working. When I enter for the very first time in a screen, the RefreshTable action isn't called. I'm talking about the template available in Outsystems.

When I click in "Search" button, everything works just fine.

I already debugged the application and the function isn't really called.

I'm using it in Windows Server 2008 RC2.

Can anybody help me with this?

I know that I can put in preparation action the logic for the fist time I access the page, but the main goal is to use what should work instead of a workaround
2022-01-06 13-41-20
Ricardo Araújo
Hi Carlos, 

can you share your espace with that screen to check if your missing something?
2011-06-15 10-50-14
Carlos Monteiro

It's easy...download the template solution from Outsystems. I didn't change it at all.
2011-06-15 10-50-14
Carlos Monteiro

New info:

The List_LateLoad is called and calls NotifyWidget action but...I'm wondering how that widget knows that he must run the "RefreshTable" function...it doesnt receive anything!

Can anybody help me?
2020-03-05 15-52-45
André Vieira
Staff
Hi Carlos,

When you add the List_LateLoad widget to the screen flow you must fill the OnNotify callback, this is mandatory. This is where the RefreshTable is supposed to be called.

Cheers,
André
2011-06-15 10-50-14
Carlos Monteiro

Somehow, i lost the onNotify in the block. Maybe some problem during the solution upload.

It's fixed.

Tks for all feedback.
2020-03-05 15-52-45
André Vieira
Staff
You're welcomed.

André
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.