For the MidTier you should be able to use some JavaScript to change your cursor in an ActiveLink. The Run Process actions would be something like: //Set cursor to hourglass javascript: document.body.style.cursor = "wait";
//Turn hourglass off javascript: document.body.style.cursor = "default"; Fred ________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Shoemaker, Gary Sent: Monday, April 07, 2008 12:45 PM To: [email protected] Subject: Midtier wait icon I am wanting to simulate the wait icon, because I need to walk some tables and the wait time is 3-5 seconds. I checked with support and they said there is not a way to force their wait icon. Has anyone implemented their own wait icon? Server 7.1 Midtier 7.1 Gary Shoemaker Sandia National Laboratories _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

