Hi,
I want the user to click on a button which will open a web page within a dialog however whenerver the dialog opens it does not display the web page, obviously the following is not the way to do this, any ideas ?
URL = ‘http://www.mypage.com’
application.showFormInDialog(forms.frm_html, 500, 300, 650, 500, ‘Cards’ ,false)
forms.frm_html.elements.lbl_html.text = plugins.http.createHttpClient(URL)
cheers,