12-07-2006 06:08 AM
12-07-2006 08:27 AM
12-08-2006 06:23 AM
Hi salte,
I like to use the following code, while waiting for a scipt:
call MsgBoxDisp("Please wait...","MB_NoButton","MsgTypeNote",,,"YES")
' your code that takes the time
call MsgBoxCancel
12-08-2006 06:55 AM