Domino 9 und frühere Versionen > ND8: Entwicklung

Editmode Maske bei Zugriff über Browser

(1/3) > >>

werner16:
Hallo,

habe eine Notes DB bei der auch einen Zugriff via Webbrowser für externe MA erfolgen soll.
Da ganze funktioniert soweit schon das der Zugriff via Web problemlos funktioniert,
Dokumente abgerufen werden können und auch neue Dokumente erstellt werden können.

Nur das editieren von bestehenden Dokumenten funktioniert nicht.

Der Befehl:    @Command([OpenView]);@Command([OpenDocument];"1")

versetzt das geöffnete Dokument einfach nicht in der Editiermodus.

Ist die Syntax falsch oder gibt es noch eine andere Möglichkeit?

Gruß,
Werner

klaussal:
Aus der Hilfe:


--- Zitat ---This formula opens the document, "Savage Mountain," in the By Title view of a Web application.
@Command([OpenView];"By Title";"Savage Mountain");
@Command([OpenDocument])
--- Ende Zitat ---

ata:
@Klaus

auch aus der Hilfe zu @Command([EditDocument])

--- Zitat ---On the Web, this command does not work in view actions. To open a document in Edit mode from a view, use @Command([OpenDocument]; "1") preceded by the OpenView @command.


--- Ende Zitat ---

klaussal:
In der 8er-Hilfe steht nur noch:

--- Zitat ---You can use this command in Web applications, but it must be used in conjunction with @Command([FileOpenDatabase]) or @Command ([OpenView]). You can use the URL command to open a document by its UNID; see the URL commands for opening documents by key section of the Application Development with Domino Designer guide.
--- Ende Zitat ---

werner16:
@ata: Das ist ja der Befehl den ich habe, der aber nicht funzt!  :(

Gruß,
Werner

Navigation

[0] Themen-Index

[#] Nächste Seite

Zur normalen Ansicht wechseln