Autor Thema: @dblookup in LS ?  (Gelesen 3232 mal)

Offline adminnaddel

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 819
  • Geschlecht: Männlich
  • What a wonderful girl, so beautiful und se....;-)
@dblookup in LS ?
« am: 17.10.04 - 12:23:51 »
Hallo liebe Gemeinde,

ein kleiner Tipp für:

@DbLookup( Klasse : "NoCache" ; Server  : Datenbank  ; Ansicht  ; Schlüssel  ; Feldname )

in Script?
Suche mir einen Wolf!
Danke
« Letzte Änderung: 17.10.04 - 12:25:53 von adminnaddel »

Offline Semeaphoros

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 8.152
  • Geschlecht: Männlich
  • ho semeaphoros - agr.: der Notesträger
    • LIGONET GmbH
Re: @dblookup in LS ?
« Antwort #1 am: 17.10.04 - 12:25:05 »
GetDocumentByKey in der NotesView Klasse
Jens-B. Augustiny

Beratung und Unterstützung für Notes und Domino Infrastruktur und Anwendungen

Homepage: http://www.ligonet.ch

IBM Certified Advanced Application Developer - Lotus Notes and Domino 7 und 6
IBM Certified Advanced System Administrator - Lotus Notes and Domino 7 und 6

Offline adminnaddel

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 819
  • Geschlecht: Männlich
  • What a wonderful girl, so beautiful und se....;-)
Re: @dblookup in LS ?
« Antwort #2 am: 17.10.04 - 12:25:37 »
yes sir .... gracias!
Grüße

Offline Semeaphoros

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 8.152
  • Geschlecht: Männlich
  • ho semeaphoros - agr.: der Notesträger
    • LIGONET GmbH
Re: @dblookup in LS ?
« Antwort #3 am: 17.10.04 - 12:32:19 »
de nada
« Letzte Änderung: 17.10.04 - 12:34:26 von Semeaphoros »
Jens-B. Augustiny

Beratung und Unterstützung für Notes und Domino Infrastruktur und Anwendungen

Homepage: http://www.ligonet.ch

IBM Certified Advanced Application Developer - Lotus Notes and Domino 7 und 6
IBM Certified Advanced System Administrator - Lotus Notes and Domino 7 und 6

Offline koehlerbv

  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 20.460
  • Geschlecht: Männlich
Re: @dblookup in LS ?
« Antwort #4 am: 17.10.04 - 13:14:10 »
GetDocumentByKey ist nicht ganz korrekt, da @dbLookup ALLE Dokumente, die dem Key entsprechen, zurückgibt.
GetAllDocumentsByKey wäre also die entsprechende Methode der NotesView-Klasse.

Bernhard

Offline Semeaphoros

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 8.152
  • Geschlecht: Männlich
  • ho semeaphoros - agr.: der Notesträger
    • LIGONET GmbH
Re: @dblookup in LS ?
« Antwort #5 am: 17.10.04 - 13:17:17 »
Stimmt, danke für die Ergänzung, hab wohl ein noch ein wenig geträumt :)
Jens-B. Augustiny

Beratung und Unterstützung für Notes und Domino Infrastruktur und Anwendungen

Homepage: http://www.ligonet.ch

IBM Certified Advanced Application Developer - Lotus Notes and Domino 7 und 6
IBM Certified Advanced System Administrator - Lotus Notes and Domino 7 und 6

Offline eknori

  • @Notes Preisträger
  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 11.728
  • Geschlecht: Männlich
Re: @dblookup in LS ?
« Antwort #6 am: 17.10.04 - 13:20:13 »
der Vollständigkeit halber hier Umsetzung des @DBLookup in LS

Function DBLookup (strClass As String, strNoCache As String, strServer As String, strDatabase As String, strView As String, strKey As String, strReturn As String) As Variant
   
   quotes = Chr(34)
   strFormula = "@DbLookup(" & quotes & strClass & quotes & ":" & quotes & strNoCache & quotes & ";" & quotes & strServer & quotes & ":" & quotes & strDatabase & quotes & ";" & quotes & strView & quotes & ";" & quotes & strKey & quotes & ";" & strReturn & ")"
   
   DbLookup = Evaluate( strFormula )
   
End Function
Egal wie tief man die Messlatte für den menschlichen Verstand auch ansetzt: jeden Tag kommt jemand und marschiert erhobenen Hauptes drunter her!

Offline adminnaddel

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 819
  • Geschlecht: Männlich
  • What a wonderful girl, so beautiful und se....;-)
Re: @dblookup in LS ?
« Antwort #7 am: 17.10.04 - 14:39:15 »
Danke @Eknori

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz