C
Cor Ligthert
Hi IdoNotKnowWhoThisIs.
When you make samples, make them than right
You set here a reference in the table.
To remove this reference you should not set the dataview to nothing..
You should set the table reference to nothing,
MV.Table = Nothing
It looks if you want to use dirty programming, maybe you can use for that
the dispose and than everytime construct a new object. However that I do not
know.
I hope this helps?
Cor
When you make samples, make them than right
MV.Table = DT
MV = Nothing
You set here a reference in the table.
To remove this reference you should not set the dataview to nothing..
You should set the table reference to nothing,
MV.Table = Nothing
It looks if you want to use dirty programming, maybe you can use for that
the dispose and than everytime construct a new object. However that I do not
know.
I hope this helps?
Cor