Showing an HTML Page on a Form?

Hi Folks - I’ve had some really great feedback on some of the issues I’m seing in developing my app - Servoy is really impressing me (4.0.1) and there are few if any basic issues that the environment does’nt consider and handle VERY elegantly indeed!

Hope I’m not burning out my welcome with so many questions - I’m excited - what can I say! LOL :mrgreen:

Here’s what I need:

I have a form which has some fields and lables etc. On the bottom of that form I want to display an HTML page. Specifically to show the HTML by refering to a URL?

Is this possible and what type of field would I need on the form and how would I code it? :?:

Feedback appreciated and TIA

Cheers

You can use a HTML Area for that and include HTML as you would always do.

Resize the area to the size you want to you. You will probably want to anchor the corners to the borders and you are set to go…

IT2Be:
You can use a HTML Area for that and include HTML as you would always do.

Resize the area to the size you want to you. You will probably want to anchor the corners to the borders and you are set to go…

Marcel - thats not realy working as I’d like.

Using a table column to store the raw HTML and then displaying it in a lable (HTML Area) seems to be working - but what I’d really like is the ability to point to a URL and show that page in my form area.

This needs to work in Web and Smart client so the Browser Bean I think is not an option (though that would be exactly the right tool here I think).

Is this possible?

Thanks all - my mistake - it works perfectly of course :shock: .

Cheers.