FieldType method

  • Auf Anhieb fallen mir nur die Type-Property der NotesItem-Klasse, bzw. die GetFieldType-Methode der NotesForm-Klasse ein. Und die beiden sind R/O

    Life is not a journey to the grave with the intention of arriving safely in a pretty and well-preserved body, but rather to skid in broadside, thoroughly used up, totally worn out, and loudly proclaiming "Wow, what a ride!!! :evil:
    Beschleunigung ist, wenn die Tränen der Ergriffenheit waagrecht zum Ohr hin abfliessen - Walter Röhrl

  • Mit REPLACEITEMVALUE


    Syntax
    Set notesItem = notesDocument.ReplaceItemValue( itemName$, value )
    Parameters
    itemName$
    String. The name of the item(s) you want to replace.
    value
    The value of the new item. The data type of the item depends upon the data type of the value, and does not need to match the data type of the old item.
    Hinweis ReplaceItemValue method takes the NotesDateTime object as input directly.