Results 1 to 3 of 3

Thread: The NEW function???

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Post

    Hi,

    I remember that once I created a button on my form that when you pressed it, it compleatly coped the form and created a new on with the old form still open. I remeber I used the NEW function but I can't remeber anything else.

    Can you pease help me???

    Thanks

  2. #2
    Guest

    Post

    Try this

    Dim Newform As New Form1(or any other form)
    Newform.Show

    You can set any property of the form with the newform variable ie

    Newform.caption = "vcbavbksa"

    this would change the caption.
    Hope this helped

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Leeds, UK
    Posts
    287

    Post

    Thanks a lot for your help!

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