I don't know why this error occured.
If I checked out the OLE AUTOMATION in Project/reference...
That'll be ok,but other function couldn't work without the ole automation.
I wonder why?
Thanks for any suggestions.
Printable View
I don't know why this error occured.
If I checked out the OLE AUTOMATION in Project/reference...
That'll be ok,but other function couldn't work without the ole automation.
I wonder why?
Thanks for any suggestions.
Glad to see I'm not the only one having odd occurances wih the string functions. I've had this happen with Left() once...Ever since I've been using Left$() because aparently Left() returns a variant. I've had Mid$() create the same error you had within a project when it had been working fine up until that point.
Never did figure out why, but I started using Mid() and converting the results to a string and that seems to work ok...
cstr(mid(<blah>,1))
Hope that helps.
Eiredrake
Mine started doing that when i installed sp3
DocZaf
{;->
Vb5 sp3
What a sophisticated compiler!
How much we trouble if our AP has million lines of statement and M$ upgrade the software and have some new 'Features'!!
Thanks for any suggestions. [/B][/QUOTE]
The Mid() function can't be found either!
It's too bad! Why the instr() could work?
Any other way to copy a part of a string ?
Thanks beforehand!