Can anyone help me with a strange problem.
I have a new install of Reflection Desktop 16.1.362.0 32 bit on Windows 10 Pro.
I have an input box like this:
LogMsg$="Login Required!"
LogTitle$="Please What Region do you want to login to?"
LogDefVal$="Region1"
GetRegion=InputBox(LogMsg$,LogTitle$,LogDefVal$)
Simple easy box, but when I run the macro it displays a new window with the title... that's it and the entire macro freezes to a point that I have to end task on Macro Manager and Macro Editor.
Any ideas what would cause this?
#Reflection

