Two embedded views in Web

Dear all!

I’ve got following problem:

I want to use two embedded views in a form used in web.

If both have the same type (“Applet”) oder both have different type (Applet & Html) then both will be displayed.

But I have to use both views in type “html”. In this case I have the problem that only one view is displayed.

I hope you can help me!

Thanks a lot

Danielo

Subject: Two embedded views in Web

Use IFRAME. By using IFRAME tags you can load views, forms, pages into a form. So, in your case, you can load as many views as you like into your page/form.

IFRAME is like a portal and what you want to load depends on your URL.

Subject: RE: Two embedded views in Web

Thats one possibility. But it is much easier to use the standard options, so I can use the css-Formats of the form.

Why it is not possible to use both views in same time?

Some times before I read, that in R6 this problem is fixed …

Danielo

Subject: RE: Two embedded views in Web

how do you anticipate navigating the embedded views? having 2 on the same form on the web without using the applets is going to be impossible if you want to allow paging in them.

If you just want to list documents with links you could achieve the same thing with dblookups/dbcolumns in computed text using HTML code to build an HTML Table.

Subject: RE: Two embedded views in Web

Thanks a lot.Both variants are absolutely ok.

I’dont know about the kompability of “Iframe”, so I think I choose the computed fields. So I can create tables and links to documents (document-inside) and I have no brwoser-problems.

I wish you a nice weekend.

Ciao

Danielo