• Argument not optional (2003)

    Author
    Topic
    #455351

    How do I call the Form_Open procedure from another part of the module? I do this with other items and it works. However, when I try to do it with the form open procedure, it gives me “argument not optional”

    Thanks,
    Mark

    Viewing 0 reply threads
    Author
    Replies
    • #1133098

      The Open event procedure has an argument Cancel of type Integer. So you can do something like this:

      Dim blnCancel As Integer
      Call Form_Open(blnCancel)

    Viewing 0 reply threads
    Reply To: Reply #1133105 in Argument not optional (2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information:




    Cancel