I have trouble in displaying field values in a table.

Asked By 0 points N/A Posted on -
qa-featured

I seek help in creating a table which will display some of the documents field values in Notes mail document. I have done hot spot buttons which is allowing me to choose acceptable value for the document field. I want to display it in the table. I have tried with programmable table and it is not supporting with the dynamic values. If anybody can help me in this matter, please explain with examples.

Thank you in advance.

SHARE
Answered By 20 points N/A #103158

I have trouble in displaying field values in a table.

qa-featured

Hi Marlon,

You can try to approach your issue with two ways:

·         Try to use ‘computed for display’ field. This will display the information and data of the field you wanted to display. You can try to use Getfield(value);

·         Try to use ‘computed text’ field. It will do exactly as the above.

You can also try to add Command([ViewRefreshFields]) to your code behind the buttons.

Another approach you can also try to do is to try to place your cursor on the table cell itself and choose Created > Computed Text > type your @Getfield code. Sometimes you need to activate the advance menu to be able to see the item Create > Computed text.

Aristono

Related Questions