Group: Forum Members
Posts: 524,
Visits: 30K
|
The code you gave me and works fine. I was just wondering why a single quote works surrounding the guid as I have usually found VB doesn't like single quotes (except as part of a string passed to a sql backend) and doesn't see them as an alternative to doublequote. You know what I mean about Foxpro, where you can use single quotes, double quotes or square brackets so putting quotes inside a string can be done a lot of different ways.
Since a BO filter is all within the BO I am surprised the VB compiler sees the single around the guid as defining a string where you could not say
Dim str as string = 'This is a string'
|