Das Notes Forum
Domino 9 und frühere Versionen => ND7: Entwicklung => Thema gestartet von: Al3x am 08.02.10 - 15:09:41
-
Gibt es eine IsSet funktion oder etwas ähnliches mit dem ich prüfen kann ob zB:
Dim View As NotesView
Set View = db.GetView("Schnitzel")
View gesetzt wurde? oder noch "leer" ist bzw nicht gesetzt?
bekomme sonst immer die Meldung: Objekt Vareable not set
danke schonmal für jede Hilfe :)
Gruß Alex
-
Schonmal in der Notes Hilfe geschaut??
Boris
-
If view Is Nothing.
Andreas
-
For the sake of relaxed programming: USE OPTION DECLARE!!!
-
Ah thx Andreas :)
Gruß Alex