Quote:
Originally Posted by Wilfried Hi,
No, it does not reference the dataset name, it reference the dataset itself. That is not the same. |
But he IS referencing the Dataset. oDSNorth IS a dataset, not the dataset name.
This is a VB issue I have never quite got my head around. The problem is the brackets.
"oPin.MoveTo oDSNorth" or "Call oPin.MoveTo(oDSNorth)" work
"oPin.MoveTo (oDSNorth)" doesn't.
But I would have expected a 438 error? (Resume next on?)