I am looping through all the forms in the db and wanted to know how I can find out if the form is the default form.
In the help I read about the %design.note.attrs and DXL, but not sure if applies to me.
Any help would be appreciated
I am looping through all the forms in the db and wanted to know how I can find out if the form is the default form.
In the help I read about the %design.note.attrs and DXL, but not sure if applies to me.
Any help would be appreciated
Subject: LotusScript - default form name
Kelly,
From all that I’ve seen, there is no such. But can you explain as to why you need the default form?
rb
Subject: RE: LotusScript - default form name
I am creating a mass doc update agent. Right now I have the agent get a list if all the forms in the db and then i present a box ws.Prompt to ask the user what form they want to use to get the field list, I would like to make the default option to be the default form. Once the end user chooses the form, the agent then goes to the form and then gets a list of all the field and then presents another ws.Prompt for the user to choose the field and then another prompt to fill in the new value.
I wanted to make the agent generic/dynamic, so that no matter what DB it was in, it would always produce the same result without any extra programming.
If we can’t use the default form, we will just leave the default value blank.