07-10-2013, 05:25 PM
I have a dialog that has a button that runs this code:
While the net function is running the dialog goes "Not Responding"
How do I avoid this? I did try putting the net into a separate function and run with wait 0 H mac("net_function") but the same thing happens with "Not Responding"
-Jim
,case 3;;run remote function
,EnableWindow id(3 hDlg) 0
,net(computer password "function" str'retval)
,EnableWindow id(3 hDlg) 1
While the net function is running the dialog goes "Not Responding"
How do I avoid this? I did try putting the net into a separate function and run with wait 0 H mac("net_function") but the same thing happens with "Not Responding"
-Jim