HI,I found a scripting in which, a field’s name is there but it is not nither creating through code or nor it is there in the UI design mode, bt in scripting its showing that its value is getting extracted and depedning on which the programs flow getting changed.
can any body give any idea.
thnx.
Subject: Field
Hi,
Is it a “Computed For Display” field. See if you can find that field in the form, rather than when composing the form.
Subject: Field
Is the field one of the reserved CGI Variables? for example, something like doc.Request_Content(0) is used to retrieve HTTP Post Data. Take a look in the Domino Designer Help to see if the field in question is listed in there.
If not, perhaps you could provide some more information, such as the name of the field, what it does in the script, how the script is called, etc.
Subject: RE: Field
ya, bt the document some how related to Profile doc so i am tying to make a local copy with data, so that i can put the necessary infs in the profile filed n then can chek out.