Jan 21, 2004 #1 Waynest Programmer Joined Jun 22, 2000 Messages 321 Location GB How do I set the cursor to hourglass while a dataset is being filled and then back to default when finished? The online help isn't being very helpful today. Thanks
How do I set the cursor to hourglass while a dataset is being filled and then back to default when finished? The online help isn't being very helpful today. Thanks
Jan 21, 2004 #2 SHelton Programmer Joined Jun 10, 2003 Messages 541 Location GB Code: Cursor.Current = Cursors.WaitCursor then Code: Cursor.Current = Cursors.Default Upvote 0 Downvote