Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Examples: NotesForm class

This script displays the names of all the forms in the current database.

Sub Initialize

Dim session As New NotesSession
Dim db As NotesDatabase
Set db = session.CurrentDatabase
Forall form In db.Forms
Messagebox form.Name
End Forall
End Sub
Related topics
NotesForm class




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009