rtalmeida Posted April 28, 2017 Posted April 28, 2017 When clicking on the second option the form opens normally, but if I click the first option the form opens twice, the reason is my routine that passes the form as a parameter, how do I stop the form from opening twice? openform.zip Quote
Sherzod Posted April 28, 2017 Posted April 28, 2017 Hi, procedure TUniForm1.UniFormShow(Sender: TObject); begin LimpaCampos(Self, 99); end; Best regards, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.