PowerBuilder Indeterminate Progress Bar

Posted by Adam Hawkes on Stack Overflow See other posts from Stack Overflow or by Adam Hawkes
Published on 2010-04-02T14:07:02Z Indexed on 2010/04/02 15:23 UTC
Read the original article Hit count: 463

Filed under:

I have a somewhat-long-running stored procedure being called from a PB application. I want the UI to show an indicator that it is processing, but I don't know the exact progress. That is, I can't say whether it is 10% or 90% done. All I know is when it is done.

To give the user something to look at I'd like to put a "Inderterminate" (horizontal) progress bar on the window somewhere. I've looked at the documentation for the built-in HProgressBar control and don't see how to force this behavior.

Short of writing my own control or importing another one, is there a way to accomplish this?

© Stack Overflow or respective owner

Related posts about powerbuilder