I have cmdButtons on my main form. When I call another form I use:
thisform.hide
do form directtime
directtime.setfocus

Then when I return focus back to that form using:
thisform.release
thisform.hide
timeentry.show
The main form won't release so I can't exit the program. I also have other
buttons that releases the form and they don't work either. Only thing in
my exit button is thisform.release. Any advice would be appreciated.