Autor Thema: Object Variable Not Set  (Gelesen 1701 mal)

Offline stitze

  • Aktives Mitglied
  • ***
  • Beiträge: 226
  • Geschlecht: Männlich
    • kleisterbande
Object Variable Not Set
« am: 16.02.05 - 11:48:42 »
Und im Anschluss hab ich direkt noch ein Problem, ich glaub ich sollte die Programmierumgebung wieder wechseln ;), also es ist immer noch das gleiche Programm und beim Type Missmatch (siehe Artikel davor http://www.atnotes.de/index.php?topic=21256.0) funktioniert nu, aber jetzt bricht er an einer Stelle ab, die er vorher ohne zu bemängeln kompiliert hat:

   Set dbProfile = sProfile.currentDatabase
   strProfileName = "Raumplanung Administrationsform"
   Set profileDocumentCollection = db.GetProfileDocCollection( strProfileName )
   Set profileDoc = profileDocumentCollection.GetFirstDocument

bei Set profileDocumentCollection... kommt halt der Fehler Object Variable Not Set?

Im Debugger kann man auch sehen, das diese Variable nicht gesetzt ist.

Hat jemand eine idee was ich falsch gemacht habe?
When i loaded my cap gun , i'm ready for action.

Saying that Java is nice because it works on all OS's is like saying anal sex is nice because it works on all genders.

Offline koehlerbv

  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 20.460
  • Geschlecht: Männlich
Re: Object Variable Not Set
« Antwort #1 am: 16.02.05 - 11:50:26 »
Und wo wird db instantiiert ??
Hast Du Option Declare gesetzt ?

Bernhard

Offline stitze

  • Aktives Mitglied
  • ***
  • Beiträge: 226
  • Geschlecht: Männlich
    • kleisterbande
Re: Object Variable Not Set
« Antwort #2 am: 16.02.05 - 11:53:35 »
   Dim sProfile As New NotesSession
   Dim dbProfile As NotesDatabase
   Dim profileDoc As NotesDocument
   Dim profileDocumentCollection As NotesDocumentCollection
   Dim strProfileName As String

Ja, Option Declare is an.
When i loaded my cap gun , i'm ready for action.

Saying that Java is nice because it works on all OS's is like saying anal sex is nice because it works on all genders.

Offline koehlerbv

  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 20.460
  • Geschlecht: Männlich
Re: Object Variable Not Set
« Antwort #3 am: 16.02.05 - 11:55:06 »
Ich sehe immer noch nicht, wo Du db deklarierst und später instantiierst.

Bernhard

Offline stitze

  • Aktives Mitglied
  • ***
  • Beiträge: 226
  • Geschlecht: Männlich
    • kleisterbande
Re: Object Variable Not Set
« Antwort #4 am: 16.02.05 - 12:35:15 »
Oh sorry my fault :)

Ja jetzt wird mir so einiges klar..., was soll ich dazu noch sagen, Augen auf. Ich habs vergessen, thx.
When i loaded my cap gun , i'm ready for action.

Saying that Java is nice because it works on all OS's is like saying anal sex is nice because it works on all genders.

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz