Jump to content

strange problem with simple form sequence


KingOrmon

Recommended Posts

Hello,

 

When I create a form:

 

UniFormHTML.UniEditEmail.Text := UniMainModule.QueryConfiguracion.FieldByName('Email').AsString;
UniFormHTML.UniHTMLFrameBody.HTML.Text := '';
UniFormHTML.UniLabelATT.Text := sFile;
UniFormHTML.UniEditATT.Text := ExtractFileName(sFile);

UniFormHTML.ShowModal;

 

I receive this error in firebug console, form is shown but without work (close button not response, ...):

 

http://localhost:8077/HandleEvent?IsEvent=1&Obj=O174&Evt=data&_S_ID=iKBeI5YQUN134oO Aborted

 

How can I know about this error ?

 

Regards

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...