Close Subform - Listview needs to be refreshed in parent form


Badge +3

Hi All,

 

I want to do a list refresh in parent form when a subform is closed. Please suggest a solution.

 

Thanks in advance


4 replies

Hi  @Nidhin


 


K2 has a timer control that auto refresh the form every X seconds


Please check the the link:
https://help.k2.com/onlinehelp/k2smartforms/userguide/4.7/default.htm#Timer_control.htm


 


Hope it helps


 


Regards
Thabiso Ngobese


 


K2 will not accept any liability for any issues arising from actions taken in respect of the information provided by any forum member.

Badge +3

Hi Tabiso, 

 

Thanks for the valuable suggestion.

 

I have tried Timer control but it didnt serve the exact purpose. I suggested the same but client want instant refresh on subform close. 

 

 

Userlevel 2

Good day,


 


You can create a rule that fire's when the subform closes,  you set the rule that when On subform close, start refresh the main  form.


 


Kind regards

Badge +9

Hi Nidhin,

 

You can use event When subview is closing its available under Subview Events 
then Add action execute the List refresh method

 

This will help to do a list refresh in parent form when a subform is closed.

Reply