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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...