Results 1 to 3 of 3

Thread: Using forms

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    26
    It might be a very basic question, but can a form be called up from within a module. As I have tried, and all I get is the form opened and displayed and then the next displayable object, displayed ontop of it.??

  2. #2
    Guest
    I dont understand your question? What do you mean.
    But what i do know is you can use this line of code
    under you module to show a form and to show another
    form on it.

    Code:
    ' shows the first form
    form1.show 
    ' shows the second form ontop the first form
    form2.show vbmodal, form1
    -Kayoca Mortation

  3. #3
    I am also a little confused about
    what your question meen. Maybe
    I am thinking like you when I
    say you maybe should consider this code:

    Form1.Hide
    'hides your form1
    Form2.Show
    'shows your form2

    or like what the guy in front of me said!!!

    Sire

    Eivind

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