New Posts New Posts RSS Feed: Question about Progress Bar and Querying Database
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Question about Progress Bar and Querying Database

 Post Reply Post Reply
Author
BillG View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 05-Dec-2007
Location: Monroe, MI
Posts: 233
Post Options Post Options   Quote BillG Quote  Post ReplyReply Direct Link To This Post Topic: Question about Progress Bar and Querying Database
    Posted: 19-Jul-2010 at 11:50am
I have a form with a status bar that holds a progress bar. The user clicks a button on the form and I call a method in the controller class that queries the database and pulls back a entity list and then does a foreach through the entitylist processing the entity list. I would like to send a message back to the form so that each time I go into a new record in the foreach I can update the progress bar. Any suggestions how I can do this?
 
Bill
 
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 19-Jul-2010 at 3:16pm
If you do a separate save for each record, you can tie into either the Saved or Saving Event.  There are examples in Reference Help.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down