KingOrmon Posted March 23, 2012 Posted March 23, 2012 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 Quote
KingOrmon Posted March 23, 2012 Author Posted March 23, 2012 Solved, The problem was change visible controls on a hidden form. Regards 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.