Autor Thema: Set DocCollection über eine Function  (Gelesen 1461 mal)

Offline TMC

  • Freund des Hauses!
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 3.660
  • Geschlecht: Männlich
  • meden agan
Set DocCollection über eine Function
« am: 29.05.04 - 21:01:33 »
Gibt es eine Möglichkeit, eine NotesDocumentCollection über eine Function zu initialisieren?

Ich will diese Prozedur gerne in eine Function auslagern und vom Hauptcode aus aufrufen.
Matthias

A good programmer is someone who looks both ways before crossing a one-way street.


Offline TMC

  • Freund des Hauses!
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 3.660
  • Geschlecht: Männlich
  • meden agan
Re:Set DocCollection über eine Function
« Antwort #1 am: 29.05.04 - 21:05:18 »
Ich bin gerade selber draufgekommen (ich war schon kurz vor der Lösung, hatte nur nicht mit "Set" gearbeitet.....):

Hauptcode:
Code
Set collection = getMyCollection()

Die Function (kleiner Auszug):
Code
Function getMyCollection() As NotesDocumentCollection

      '(.........)

      Set getMyCollection = db.AllDocuments

End Function
Matthias

A good programmer is someone who looks both ways before crossing a one-way street.


 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz