Jack
2007-07-12 12:02:39 UTC
File path queries such as this
#path *favorites*
only seem to work I enable enumerations which I am sure was not the
case in the past.
My hack is:
If InStr(1, Query, "#path", 1) Then Q.AllowEnumeration = True
Is this correct behaviour?
#path *favorites*
only seem to work I enable enumerations which I am sure was not the
case in the past.
My hack is:
If InStr(1, Query, "#path", 1) Then Q.AllowEnumeration = True
Is this correct behaviour?