cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix Serial number

Former Member
0 Kudos

Hello

How will I get Serial numbers automatically when data are inserted in a matrix of a User Created form.

i.e. Whem item details are given in the Sales Order form Matrix, Serial no.s of each row come automatically? How does it do?

Rgds

Subrata

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For that you need to write the code and assign the value.

after adding the row Assign value i.e objMatrix.Columns.Item("#").Cells.Item(objMatrix.RowCount).Specific.Value=objMatrix.RowCount

Hope this helps

Regards

Vishnu

Former Member
0 Kudos

Getting a Forum point What's the benefit ?

Former Member
0 Kudos

Hi

To know that click on How to contribute link on the top right side corner of your sdn page

Answers (0)