3.2.0

How can i change a row number ??

I would like to change a row number folowing the next example;
if cur_row=current row i woud like to have the value: cur_row=cur_row+k;where k is a number;
Thank YOU... excuse me for my bad english
plas
March 27,
obj.setRowText(function(i){return i + k});
Alex (ActiveWidgets)
March 28,
Where to Place?

obj.setRowText(function(i){return i + k});

Where it will be executed?
Krishna
January 26,

This topic is archived.

See also:


Back to support forum