In the Domino-Designer it is possible to create a DBDirectory-Object of the actual Server with the Domino-LotusScript API.
Trough this DbDirectory-Object you can get all Databases or Templates on the Server.
Once found the desired Database, it is possible to get all Forms of this database.
Now you can get all Fields from one Form. And there is my problem. The fields-Array of the NotesForm-Object contains not all fields of the form.
Do this fieldlist-array depend on a domino-server-view, which is not up-to-date? Or how can it be, that i get a wrong fieldlist over the Domino-API?