A
ablei2000
Hello:
I'm trying to populate a grid control Using VBscript
Set Controls = Item.GetInspector.ModifiedFormPages("Grid Test Page").Controls
Set ctrlGrid = Controls("DataGrid1")
ctrlGrid.Col = 1
ctrlGrid.Row = 1
ctrlGrid(1,1).value = "Field Value"
But line ctrlGrid.Col = 1 causes the "Rowset not available" error.
What's wrong here?
On another note the Outlook can't find the DataSource property when I'm trying to bind a grid
to ADO recordset:
ctrlGrid.DataSource = rs
Is that because the DataSource property is greyed out on the grid's property list?
Please advice. Where else if not here?
I'm trying to populate a grid control Using VBscript
Set Controls = Item.GetInspector.ModifiedFormPages("Grid Test Page").Controls
Set ctrlGrid = Controls("DataGrid1")
ctrlGrid.Col = 1
ctrlGrid.Row = 1
ctrlGrid(1,1).value = "Field Value"
But line ctrlGrid.Col = 1 causes the "Rowset not available" error.
What's wrong here?
On another note the Outlook can't find the DataSource property when I'm trying to bind a grid
to ADO recordset:
ctrlGrid.DataSource = rs
Is that because the DataSource property is greyed out on the grid's property list?
Please advice. Where else if not here?