Page 1 of 1

Issue in Databroad Casting

PostPosted: Mon Dec 06, 2010 4:18 pm
by Infop
Hi all,

I am running with Servoy 4.1.6. Is there any issues with data broadcasiting in this release of Servoy? Because, I have a Table View form with list of records and the screen never refreshes by itself with the new addition of records.

For an work-around, I have started an cord job, which will run on each minute to refresh the screen. I have used the below code to refresh the list of Data along with not affecting the user's current sort.

Code: Select all
var curSort = user_orders.getCurrentSort();
user_orders.loadAllRecords();
user_orders.sort(curSort );


But, It is not working. It isn't refreshing the list of records. I can see the new record, after sorting the record manually or navigation to other form and comming in again.

Any thoughts please.

Thanks,

Re: Issue in Databroad Casting

PostPosted: Mon Dec 06, 2010 4:57 pm
by lvostinar
see: viewtopic.php?f=5&t=14943&p=81747

maybe this explains the issue ?