Page 1 of 1

automatically refreshed LIST and updated

Posted: Tue Dec 26, 2023 12:55 am
by Albert
Hello,
I need your help, please!!

I've created a list with detail management and CRUD operations. When I click on the list, the details are displayed and I can add information to these details using the CRUD operations. The problem is that when I use CRUD to add information, I want the initially displayed list to be automatically refreshed and updated.

How can I do this from the CRUD management ?

Re: automatically refreshed LIST and updated

Posted: Wed Dec 27, 2023 10:36 pm
by René Houba
Hi Albert,

The online Guide shows a nice example how components in VLF-ONE can communicate to each other:
https://docs.lansa.com/15/en/lansa048/i ... e%7C_____0

You can start this example via:
Custom Manager VLF-ONE (1).PNG
Custom Manager VLF-ONE (1).PNG (61.46 KiB) Viewed 51026 times
Open both Custom Manager 1 and 2:
Custom Manager VLF-ONE (2).PNG
Custom Manager VLF-ONE (2).PNG (91.99 KiB) Viewed 51026 times
And type some text in Custom Manager 2. You will see that the text will automatically appear in Custom Manager 1 as well:
Custom Manager VLF-ONE (3).PNG
Custom Manager VLF-ONE (3).PNG (225.5 KiB) Viewed 51026 times
Kind regards,
René

Re: automatically refreshed LIST and updated

Posted: Fri Jan 05, 2024 9:04 pm
by Albert
Hello René Houba

Thank you very much, it worked well even though it takes a bit of time (almost 6 seconds) to refresh the list.