Hello,
One of the DynPro UI's is a progress bar.
I have a certain view which loads a ResultSet from a certain DB. This ResultSet is being loaded to the view in a while(rs.next()) loop and since it contains huge amount of records it takes it few minutes to load.
Can someone please show me an example of how can integrate such a progress bar in the view which will display the amount of time left for loading?
Request clarification before answering.
hello Roy,
a progress bar can only be shown if the view gets refreshed periodically. when the resultset is being loaded the view will only be refreshed when the whole resultset is loaded and the method terminates.
or what you can do is make an extra Thread to load the resultset and show the progress bar using ProgressIndicator UIE and TimedTrigger UIE.
one more thing, in case of resultset i think there is no way to find the current status of the resultset. u can know the total no. of records in it.
regards,
Piyush.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.