Issue in Databroad Casting

Questions, answers, tips and ideas on Servoy Client

Issue in Databroad Casting

Postby Infop » Mon Dec 06, 2010 4:18 pm

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,
User avatar
Infop
 
Posts: 151
Joined: Fri Nov 30, 2007 3:00 pm

Re: Issue in Databroad Casting

Postby lvostinar » Mon Dec 06, 2010 4:57 pm

see: viewtopic.php?f=5&t=14943&p=81747

maybe this explains the issue ?
Laurian Vostinar
Servoy
lvostinar
 
Posts: 1062
Joined: Tue Feb 19, 2008 10:53 am


Return to Servoy Client

Who is online

Users browsing this forum: No registered users and 3 guests

cron