cancel
Showing results for 
Search instead for 
Did you mean: 

Getting value of field of selected row of a table

Former Member
0 Kudos

Hi,

I want to put into context field the value of field of selected row of a table.

When i select a row from a table , it's 1st fields value must be put into context field.

How can i do that?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

srinivas_sistu
Active Contributor
0 Kudos

Hi,

WdContext.CurrentTableNodeElement().get...()... will give you the required context attribute value of selected row of the table.

Regards,

SrinivaS

Answers (0)