Jump to content

show Erorr Unigui component : from must be shown after its is created


valadi

Recommended Posts

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

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...