second form not showing!

harry5568

Member
Can somebody please help me..
My attached application runs fine as an sbp file..but when i compile it to a desktop exe, the first form shows.After I fill in the data as reqd by the application on this form and click a cmd button for going on to the next form,nothing happens...Thanx:sign0085:
 

Attachments

  • WAT.sbp
    13.4 KB · Views: 174

tsdt

Active Member
Licensed User
Can somebody please help me..
My attached application runs fine as an sbp file..but when i compile it to a desktop exe, the first form shows.After I fill in the data as reqd by the application on this form and click a cmd button for going on to the next form,nothing happens...Thanx:sign0085:

The problem lies in the Else Form2.Show..

Try to change it and see if it works.. It is also a good coding style.

..
Else
Form2.Show
End If
 
Top