How to display hour glass symbol

Hello All,

I need to display the hour glass symbol instead of arrow symbol when report is running. If any one have done this please let me know how to do this.

Thanks in Advance
Prasad
 

RKR

Member
Hello All,

I need to display the hour glass symbol instead of arrow symbol when report is running. If any one have done this please let me know how to do this.

Thanks in Advance
Prasad

SESSION:SET-WAIT-STATE("general"). /* Display hour glass */

SESSION:SET-WAIT-STATE(""). /* Display the arrow again */
 
Top