I have a table that automatically numbers each added row of data. Unfortunately, if a row is deleted, the numbering is skewed.
Here is the script I use: form1.MinutesTable.Row1.Index::initialize - (JavaScript, client)
this.rawValue = this.parent.index + 1
If anyone knows why this is happening and what I can do to prevent it, I would appreciate the help.
Thanks in advance,
Jenny