erich.wanker Posted June 27, 2016 Posted June 27, 2016 i have a UniURLFrame on MAIN -UniURLFrame .visible:=false; i get ERROR in chrome-Developer-Tools when i load my Application: vmo.dll:1 Uncaught ReferenceError: iframe_loadUniURLFrameA_O19D is not defined insertHtml @ ext-all.js:18 11XHR finished loading: POST "http://localhost:17082/vmo.dll/HandleEvent". the only thing i use the UniURLFrame is to start a php file - but this procedure is NOT startet at Application start... procedure TMainForm.erzeuge_qr(wert,name:String); begin try uniurlframeA.URL:=UniServerModule.UrlPath+'/phpqrcode/create_qr.php?wert='+wert+'&name='+name+''; // ***************************************************** // ***************************************************** finally end; end; how can i solve the error ? ThanX Quote
Sherzod Posted June 27, 2016 Posted June 27, 2016 Hi, Sorry, can you check again, maybe this procedure is called ?! Or try to add a condition: if (uniurlframeA.Visible) then... Best regards. Quote
erich.wanker Posted June 28, 2016 Author Posted June 28, 2016 Hi, nice greetings Delphi Developer .. :-) Doesnt´t solve the Problem .. but i think i can live with it .. everything works ... its just the "Error warning" in the Chrome Dev-Tools ThanX for help best regards Erich 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.