Results 1 to 3 of 3

Thread: Why can't I handle run-time 380 ??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309

    Post

    Why can't I handle err.number 380 ??
    I ge this during a resize event so I thought:

    on error goto Handle_Error (at beginning)

    Handle_Error:
    if err.number = 380 resume next

    I still get a rum-time 380... how come ??

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309

    Post

    Oeps, found it....

    (if you are interested: I had halt on all errors on)

  3. #3
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892

    Post

    Another way would be to avoid setting an invalid property value (Description for error 380). Congrats for solving it.

    ------------------
    Yonatan
    Teenage Programmer
    E-Mail: [email protected]
    ICQ: 19552879



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