Autor Thema: Eine kategorisierte Ansicht per LS mit einer bestimmten Kategorie öffnen  (Gelesen 1383 mal)

Offline Onkel Domino

  • Aktives Mitglied
  • ***
  • Beiträge: 166
  • Geschlecht: Männlich
  • Tue Gutes - und rede darüber!
Hallo,

ich möchte von einer .NET Umgebung aus eine Notes Kalenderansicht öffnen. Diese Kalenderansicht ist kategorisiert. Ich möchte nun, nachdem diese Ansicht geöffnet wurde, eine bestimmte Kategorie anzeigen lassen.

Wenn ich im Notes Client damit arbeite, so ist das ja kein Problem. Ich lasse mir einfach die Search Bar anzeigen und gebe die gesuchte Kategorie ein. Wie kann ich aber nun gerade dieses Vorgehen in Lotus Script simulieren?

Vielen Dank schon mal für die Antworten!
There are only 10 types of people in the world: Those who understand binary and those who don't.

Offline Axel

  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 8.658
  • Geschlecht: Männlich
  • It's not a bug, it's Notes
Hi,

vielleicht hilft dir das weiter:

Code
Call notesUIWorkspace.OpenDatabase( server$, file$, view$, key$, newInstance, temp )

Zitat
Parameters

server$
String. The name of the server where the database resides.

file$
String. The path and file name of the database.

view$
String. Optional. The name of the view you want to open. If you omit this parameter, the database opens to its default view.

key$
String. Optional. Indicates which document you want to scroll to when the view is opened. The key is a value that appears in the first sorted column of view$. If you omit this parameter, no document is selected.

newInstance
Boolean. Optional. Specify True if you want the view to open in a new window, even if there's already a window open for the database. If you specify False or omit this parameter, the new window is opened only when it's actually needed.

temp
Boolean. Optional. Specify True  if you only want the database opened on a temporary basis for browsing, without adding the database to the user's workspace. If you specify False or omit this parameter, the database is added to the user's workspace.


Axel
Ohne Computer wären wir noch lange nicht hinterm Mond!

Offline Onkel Domino

  • Aktives Mitglied
  • ***
  • Beiträge: 166
  • Geschlecht: Männlich
  • Tue Gutes - und rede darüber!
Hallo Axel,

danke für die Antwort! Manchmal sieht man auch den Wald vor lauter Bäumen nicht...  ;)

Ich denke, damit sollte ich das hinbekommen!
There are only 10 types of people in the world: Those who understand binary and those who don't.

Offline Onkel Domino

  • Aktives Mitglied
  • ***
  • Beiträge: 166
  • Geschlecht: Männlich
  • Tue Gutes - und rede darüber!
Hallo,

ich habe nun das Problem, dass anstatt eine kategorisierte Ansicht eine Kalenderansicht (eines Gruppenkalenders) geöffnet werden soll und dort nur die Einträge eines bestimmten Sachbearbeiters angezeigt werden darf.

Bislang wurde dieses Vorgehen ebenfalls durch die Searchbar realisiert. Leider habe ich keine entsprechende Methode im NotesUIView gefunden. Was gibt es scritptechnisch hier für Möglichkeiten das Gewünschte zu erzielen?
There are only 10 types of people in the world: Those who understand binary and those who don't.

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz