dim session as new notessession
dim db as notesdatabase
dim view as notesview
set db = session.currentdatabase
set view = db.getview("MEinView")
forall cols in view.columns
if cols.isfield = true then
print "In Spalte " & cols.position & " ist das feld " & cols.itemname
end if
end forall
und da gibt es dann auch ganz andere Möglichkeiten.
Bernhard