I can not get the cursor to "hourglass" while waiting for the popup to completely load. I see that the "select all" button is disabled and then enabled when the popup completes loading.
I use the UTILITY function as follows…
DECLARE FUNCTION POPUP, UTILITY
WINDOW=@WINDOW
OVERRIDE='
RESET_CURSOR=UTILITY('CURSOR','H')
REPLY=POPUP(WINDOW,OVERRIDE,POPUP_NAME)
RESULT=UTILITY('CURSOR',RESET_CURSOR)
And I have checked the source code for POPUP and POPUP_SUB. I have noticed that the POPUP_SUB subroutine handles the cursor. And still I can not get the cursor to busy. It just stays as the ARROW.
I know its unusual to have a couple thousand items in a popup. This program gets the list of customers for an expense payable aging, so that the user can select all customers or a selection of customers to report on. So, a busy cursor is a standard to let the user to know to wait before selection.
Help is always appreciated.
Can you get the cursor to turn into an hourglass at other places?
World Leaders in all things RevSoft