3.2.0

Row Numbers to Text

Is there a way to change the row header text from it's default of numbers 1, 2, 3, 4, etc... to the first row of data.
In other words, the column headers contain information, and I would like the row headers to contain the first column data from the recordset???
Jim
September 8,
try this.. am not sure but maybe it wud work..:)

obj.setRowText(function(i){return ".$objname."_data[i][j]});

hvent tried it.. but its logic is quite ryt..

rach
rach
September 9,

This topic is archived.

See also:


Back to support forum