Print Page | Close Window

Remote Server Method and Progress bar

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2010
Forum Discription: For .NET 4.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=4213
Printed Date: 21-Apr-2025 at 12:28pm


Topic: Remote Server Method and Progress bar
Posted By: BillG
Subject: Remote Server Method and Progress bar
Date Posted: 05-Jul-2013 at 9:28am
i have a remote server method that querys a table and pulls anywhere from 100 to 1000 records out and looping through them does some processing and writes the rows back to another table and does come calculations. Is there any way to send info back to the client so i can update a progress bar showing the percentage completion of the process?
 
Bill
 



Replies:
Posted By: DenisK
Date Posted: 05-Jul-2013 at 12:33pm
Hi Bill,

You can convert your remove server method call into a DevForce push notification service. This way you can broadcast the server's progress back to the client. See  http://drc.ideablade.com/xwiki/bin/view/Documentation/push-notification - http://drc.ideablade.com/xwiki/bin/view/Documentation/push-notification  for more info.


Posted By: kdev
Date Posted: 06-Jul-2013 at 2:10pm
the push service doesn't exist anymore in devforce 2012 so if you plan to upgrade to 2012 someday you might want to consider SignalR from start to avoid having to rewrite all your code.


Posted By: DenisK
Date Posted: 06-Jul-2013 at 3:24pm
kdev and BillG,

You can vote here if you think Push should still exist in DevForce 2012.

http://devforce.uservoice.com/forums/196808-devforce-feature-suggestions/suggestions/3714718-re-think-decision-to-eliminate-push- - http://devforce.uservoice.com/forums/196808-devforce-feature-suggestions/suggestions/3714718-re-think-decision-to-eliminate-push-



Print Page | Close Window