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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...