Opening and closing forms in CF 3.5

dmarkus100

Member
Joined
Jul 11, 2010
Messages
15
Programming Experience
1-3
I have a form called frmstart - this calls an instance of formq1. when I try and dispose of formq1 it doesn't actually dispose of it using formq1.dispose. formq1 also contains a method to show frmStart but when it does the button on frmstart won't call the next form, only works one time and I have to quit and restart the app.
 
Back
Top