Results 1 to 5 of 5

Thread: mid$() error:CAN'T FIND THE OBJECT OR LIBRARY!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    13

    Talking

    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.

  2. #2
    Addicted Member
    Join Date
    May 2000
    Location
    Westminster, Md.
    Posts
    163

    Left, Right, Mid

    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

  3. #3
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    Mine started doing that when i installed sp3

    DocZaf
    {;->
    Vb5 sp3

  4. #4
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318
    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'!!

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    13
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width