Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mandatory Pause after positive Message Box Response
#1
Hi,

It seems like I cant run a user-defined function until I put a mandatory 2.0 pause after a message box response. Is this right? Any help on a workaround

Code:
Copy      Help
sel(mes("Question" "Rad Fusion" "YNC?a"))
,case 'Y' goto g1
,case 'N'
,,dis+ "SignOffPrelimStatementCheck"        
,,mac "sample macro"
,,ret
,case 'C'
,,dis+ "SignOffPrelimStatementCheck"
,,mac "another sample macro"
,,ret
;g1    

2.0

ErasePrelimStatement            

out "got here"
key (VK_F12)

If it might make a difference, the background app has a richedit dialog that the cursor is in when the message box is invoked
Thanks,
Stuart


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)