:: Forum >>
Dynamically getting column names via HTTPRequest
Is it possible to get the column names to populate via HTTPRequest?
If so, how? I have had no luck at all.
var fields = new Active.Text.Table;
fields.setURL("http://localhost/dev/includes/get_grid_fields_csv.php?grid_id=" + list);
fields.request();
var columns = fields.responseText;
var obj = new Active.Controls.Grid;
obj.setColumnProperty("texts", columns);
Frank
Saturday, October 15, 2005
No one needs to do this?
Frank
Wednesday, October 19, 2005
This topic is archived.
Back to support forum
Forum search