Domino 9 und frühere Versionen > Entwicklung

Tabelle

<< < (2/2)

Axel:
Hi,

ich hab einen IRIS Today - Artikel gefunden. Das funktioniert aber anscheinend nur im Browser.

http://www-10.lotus.com/ldd/today.nsf/62f62847467a8f78052568a80055b380/f097113a8698d5158525692d007148a9?OpenDocument

Ausserdem noch folgendes. Auch hier funktioniert das Ganze nur via Browser.


--- Zitat ---Multiple Embedded Views
I've found a way to embed multiple views. It appears that the limitation is on the Designer client not the server.
The server will serve as many embedded views as you add. The trick is to use Pass-thru HTML on your form/page
and the java applet for views. The easiest way to do this is embed the view you want on a page, view the applet
source in your browser, copy it and paste it as html onto your form/page. This is the simplest way to get the correct
ViewUnid and Cache_id parameters. This also allows you to embed views from other databases. Below is a sample
applet code.

Code:

<APPLET NAME="view"
CODE="lotus.notes.apps.viewapplet.ViewApplet.class"
CODEBASE="/domjava" ARCHIVE="nvapplet.jar"
ALT="MyView" WIDTH=560 HEIGHT=175>
<PARAM NAME="cabbase" VALUE="nvapplet.cab">
<PARAM NAME="Database" VALUE="Mydirectory/MyFile.nsf">
<PARAM NAME="ViewName" VALUE="(MY VIEW)">
<PARAM NAME="PanelStyle" VALUE="LINE_BORDER">
<PARAM NAME="ViewUNID" VALUE="FB4C3567FD35BCAE852569A30009D204">
<PARAM NAME="ShowScrollbars" VALUE="TRUE">
<PARAM NAME="Expand" VALUE="TRUE">
<PARAM NAME="bgColor" VALUE="FFFFFF">
<PARAM NAME="cache_id" VALUE="852571BA013618CD">
<PARAM NAME="RestrictToCategory" VALUE="MY KEY">
<PARAM NAME="locale" VALUE="en">
<PARAM NAME="IconPath" VALUE="/icons">
</APPLET>

--- Ende Zitat ---



Ich hab beides nicht getested. Vielleicht kann man doch was damit anfangen. Irgendwo hab ich mal gelesen, dass es, in Domino 6, diese Beschränkung nicht mehr geben soll. Warten wir's ab.


Axel



DominoAndy:
...und es geht doch !!!  ;)
Hab' das seit mehreren Monaten produktiv am laufen.

Voraussetzung: Designer 6 (!!!) zum einbetten mehrerer Ansichten (2 oder 3 oder...).

Der Domino-Server und der Notes Client R5 können nämlich mit mehreren eingebetteten Ansichten umgehen, nur nicht der Designer R5.

Auch spätere Änderungen an der Datenbank mit einem R5-Designer bereiten keine Probleme.

Hope this helps
Andy

Navigation

[0] Themen-Index

[*] Vorherige Sete

Zur normalen Ansicht wechseln