Das Notes Forum

Domino 9 und frühere Versionen => ND7: Entwicklung => Thema gestartet von: Al3x am 08.02.10 - 15:09:41

Titel: IsSet() ?
Beitrag 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
Titel: Re: IsSet() ?
Beitrag von: Kadlec am 08.02.10 - 15:13:32
Schonmal in der Notes Hilfe geschaut??

Boris
Titel: Re: IsSet() ?
Beitrag von: ascabg am 08.02.10 - 15:14:54
If view Is Nothing.


Andreas
Titel: Re: IsSet() ?
Beitrag von: eknori am 08.02.10 - 15:15:59
For the sake of relaxed programming: USE OPTION DECLARE!!!
Titel: Re: IsSet() ?
Beitrag von: Al3x am 08.02.10 - 15:32:12
Ah thx Andreas :)

Gruß Alex