Re: Datagrid not Refreshing
From: Cor (non_at_non.com)
Date: 02/11/04
- Next message: Olaf.Baeyens_at_skyscan.be: "Re: Is C# more capable than VB.NET?"
- Previous message: Cor: "Re: Concurrency violation - concurrency_error_watch.xls (0/1)"
- In reply to: Steve Donnor: "Datagrid not Refreshing"
- Next in thread: Steve Donnor: "RE: Datagrid not Refreshing"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Feb 2004 15:17:38 +0100
Hi Steve,
Did you know that when you post to a newsgroup some names in code are
standard.
This makes it for the one who helps you more readable.
So is a ds or a dataset1 mostly a dataset, a RS always a recordset and a
datasetkey something as the key object from the dataset datatable
That is not with you so helping you is very difficult.
The first thing I would change in your code is
> mydot.OpenDataset(datasetkey)
>
> dg_MappingInfo.SetDataBinding(mydot.getDataSet(datasetkey),
"Table")
> ts.MappingName = dg_MappingInfo.DataMember
The two rows above in
dg_MappingInfo.datasource = datsetkey.tables("Table")
And than try again.
I hope this helps,
Cor
- Next message: Olaf.Baeyens_at_skyscan.be: "Re: Is C# more capable than VB.NET?"
- Previous message: Cor: "Re: Concurrency violation - concurrency_error_watch.xls (0/1)"
- In reply to: Steve Donnor: "Datagrid not Refreshing"
- Next in thread: Steve Donnor: "RE: Datagrid not Refreshing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|