rencarnacion Posted June 12, 2014 Posted June 12, 2014 Hi, Is there some way to refresh a URframe on runtime, because I was trying but it not refresh I'm Doing like these UniURLFrame1.HTML.Clear; UniURLFrame1.HTML.Add(FieldByName('Contrato').AsString); UniURLFrame1.Refresh; I'd like to know if the content of UrlFrame is static ? Thanks Quote
david600320@hotmail.com Posted June 12, 2014 Posted June 12, 2014 Hi, do like ; UniURLFrame1.HTML.Clear; UniURLFrame1.HTML.Add(FieldByName('Contrato').AsString); UniURLFrame1.Refresh; In your code , you have cleared UniURLFrame1.HTML .Text . so, you got same results on every clicked. Sincerely . 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.