Results 1 to 2 of 2

Thread: [RESOLVED] Error 424 - Object Required

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2005
    Posts
    571

    Resolved [RESOLVED] Error 424 - Object Required

    So I've got a really full form and the routine is close to the limit for memory. I removed parts of the routine and it compiles fine.

    One part of the routine has this line:

    Code:
                MsgBox "about to load form"
                frmShowStuff.Show (1)
                MsgBox "Finished loading form"
    On my computer it runs just fine on my Windows 11 system. The form loads and displays - all good.

    On a customers computer, (Running Windows 10) I see "about to load form" then immediately the line that reads frmShowStuff.Show (1) Generates an error 424 - Object Required.

    I've put a message box in the form load and activate on frmShowStuff but neither trigger. The form is definitely part of the project and the project compiles.

    Could it be that the routine is simply too large and the system has run out of memory?

    I'm at a loss. Any help appreciated.

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2005
    Posts
    571

    Re: Error 424 - Object Required

    Just to update. I found a solution. I removed more code from the routine and moved it into callable routines. I reduced the size of some arrays too. This freed up more memory and that solved the problem.

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