Avatar of gliese581
gliese581

asked on 

Notes document field names

Need list of Notes document field names, ie:
.
AbortGracefully
acceptlanguage
Accept_Language
Accreditor
.
.
.
Z_USANET_Msgld
etc.

I want to use the list of field names to populate a column in an Access table.
Lotus IBM

Avatar of undefined
Last Comment
gliese581
ASKER CERTIFIED SOLUTION
Avatar of SysExpert
SysExpert
Flag of Israel image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of SysExpert
SysExpert
Flag of Israel image

also


Dim s as new notesSession
Dim db as notesDatabase
Set db = s.currentDatabase
Dim fields as Variant
fields = db.getFields(false)
forall fieldname in fields
print "Field: " fieldName " 
" 'had put in F instead of fieldname, which resulted in blank field names!
end forall
print "
"
Forall form in db.forms
print  "

" form.name "

"
forall formField in form.fields
print form.name " contains field " formField "
"
end forall
end forall
 
 Comment from RanjeetRain  Date: 06/12/2003 06:59AM EST  
But why do u wanna do it programatically? Why not use built in Synopsis feature of Lotus Domino? Do you have a solid reason why you wanna do this programatically?  
 Comment from qwaletee  Date: 06/12/2003 12:03PM EST  
raneet,

He already explained, he wants to build a data dictionary.  It would be a real pain to extract from a synopsis the information needed to build dictionary table.

Of course, jagre or teamstudio does all that for you, but you have to buy the package!  

Avatar of gliese581
gliese581

ASKER

Thanks SysExpert.

How do I run the 1st solution for only the documents in the open View?

The 2nd solution ran, but where am I likely to find the output printfile? I also only want fieldnames in documents in the open view in this alternative.
Avatar of gliese581
gliese581

ASKER

I should clarify.  Both solutions ran.  Not sure if the first is listing form names or field names.  If field nmaes, I need to output these to something other than msgBox so I can cut and paste.

The 2nd one appears to have run successfully, but I don't know where the output is.

Thanks again.
Lotus IBM
Lotus IBM

Lotus Software produced the Lotus 1-2-3 spreadsheet program, and later developed Lotus Notes, a groupware and email system. Following its acquisition by IBM, the Notes and Domino client/server collaborative platform were expanded to include functions such as email, calendars, to-do lists, contacts management, teamrooms, discussion forums, file sharing, microblogging, instant messaging, blogs, and user directories. IBM also release SmartSuite, a comprehensive office suite, and followed that with Symphony, unrelated to the Lotus suite of the same name.

21K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo