valadi Posted July 12, 2015 Posted July 12, 2015 in form1 in Unigui component procedure TUniLoginForm1.UniButton3Click(Sender: TObject); begin .... UniForm6.UniComboBox1.Text:=UniServerModule.MSQuery1.FieldValues['Device']; UniForm6.UniEdit1.Text:=UniServerModule.MSQuery1.FieldValues['ip']; .... end; when click UniButton3 Appointment 1) Erorr show massage from must be shown after its is created , 2) UniForm6 show model two problem Now vcl application delphi show not show massage , not show model not problem Quote
Administrators Farshad Mohajeri Posted July 12, 2015 Administrators Posted July 12, 2015 "From must be shown after its is created." You can not use a form without showing it. Add a Show or ShowModal to show your form. Quote
Administrators Farshad Mohajeri Posted July 12, 2015 Administrators Posted July 12, 2015 how do Solution Appointment ?? Sorry? 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.