Autor Thema: Document command is not availible  (Gelesen 1479 mal)

Offline stitze

  • Aktives Mitglied
  • ***
  • Beiträge: 226
  • Geschlecht: Männlich
    • kleisterbande
Document command is not availible
« am: 28.03.06 - 10:29:32 »
Hallo liebe Notes Entwickler

ich hab folgendes Problem

Ich rufe mit folgenden Code ein Dialogfenster auf

Zitat
Sub Click(Source As Button)
   Dim uiws As New Notesuiworkspace
   Dim db As NotesDatabase
   Dim uidoc As Notesuidocument
   Dim doc As NotesDocument
   Dim dialogdoc As Notesdocument    
   Dim varOk As Variant
   
   Set db = uiws.currentdatabase.database
   Set uidoc = uiws.Currentdocument   
   Set doc = uiws.currentdocument.document
   Set dialogdoc = db.createdocument
   
   dialogdoc.DocArt = "hinzufügen"
   
   Forall entry In doc.getItemValue("Supportgroup")
      dialogdoc.DocInhalt = dialogdoc.getItemValue("DocInhalt")(0) + entry + Chr(10)
   End Forall
   
   varOk = uiws.DialogBox( "dlgSupportgruppen" , False , False  , True  , False , False , False , "Supportgruppen bearbeiten",  dialogdoc, True, True )
   
   If ((varOk = True)) Then
      
      doc.Supportgroup = ""
      
      Forall entry In dialogdoc.getitemvalue("DocInhalt")
         doc.Supportgroup = doc.getitemvalue("Supportgroup")(0) + entry + Chr(10)
      End Forall
      
   End If
   
   Call uidoc.Refresh
   Call uidoc.Refresh
End Sub

an der rot markierten Stelle bekomme ich immer die Fehler Meldung

Zitat
Document command is not availible

Ich habe keinen Plan was Notes von mir will.

Hat den jemand anderes ;)

Mfg

Sebastian
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 eknori

  • @Notes Preisträger
  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 11.728
  • Geschlecht: Männlich
Re: Document command is not availible
« Antwort #1 am: 28.03.06 - 10:37:56 »
wg:

This method is valid only when the document is in Edit mode

bekommst du den Fehler
Egal wie tief man die Messlatte für den menschlichen Verstand auch ansetzt: jeden Tag kommt jemand und marschiert erhobenen Hauptes drunter her!

Offline stitze

  • Aktives Mitglied
  • ***
  • Beiträge: 226
  • Geschlecht: Männlich
    • kleisterbande
Re: Document command is not availible
« Antwort #2 am: 28.03.06 - 10:45:26 »
Nee ganau so wie ichs oben geschrieben habe "Document command is not availible".

Merkwürdig ist auch, wenn ich das Formular direkt aus dem Designer öffne, nicht über einen Button in der Ansicht, funktioniert der ganze Spass  ???
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 stitze

  • Aktives Mitglied
  • ***
  • Beiträge: 226
  • Geschlecht: Männlich
    • kleisterbande
Re: Document command is not availible
« Antwort #3 am: 28.03.06 - 10:47:08 »
Antwort aber dein Tipp war nicht schlecht, wenn das Dokument im Edit Modus ist, funktioniert der ganze Spass, warum ist das so?

Bzw. wie muss ich das Dokument denn dann öffnen die Aktion sieht im Mom so aus

Code
@Command([Compose];"frmProblem")
« Letzte Änderung: 28.03.06 - 10:48:55 von stitze »
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 eknori

  • @Notes Preisträger
  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 11.728
  • Geschlecht: Männlich
Re: Document command is not availible
« Antwort #4 am: 28.03.06 - 10:49:05 »
wg:

This method is valid only when the document is in Edit mode
Egal wie tief man die Messlatte für den menschlichen Verstand auch ansetzt: jeden Tag kommt jemand und marschiert erhobenen Hauptes drunter her!

Offline stitze

  • Aktives Mitglied
  • ***
  • Beiträge: 226
  • Geschlecht: Männlich
    • kleisterbande
Re: Document command is not availible
« Antwort #5 am: 28.03.06 - 10:50:36 »
Argh *HAUKOPFAUFTISCHPLATTE* ^^

Okay das mit dem lesen übe ich dann nochma ;)

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