Results 1 to 4 of 4

Thread: Please help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    Guayaquil, Guayas, Ecuador
    Posts
    87

    Post

    in this code:

    formA: with text1 and command1
    Private Sub Command1_Click()
    Form2.Show
    End Sub

    formB: with command1
    Private Sub Command1_Click()
    Form1.Text1.Text = "Test"
    End Sub

    i need to do something like this but without knowing wich form call formb and put "Test" in the form that call the formb

  2. #2
    New Member
    Join Date
    Jun 1999
    Location
    Stafford, England
    Posts
    6

    Post


    What u trying to do ???

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 1999
    Location
    Guayaquil, Guayas, Ecuador
    Posts
    87

    Post

    I want to know which form call a second form

  4. #4
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97

    Post

    U'll need to use the GetParent API call for this.

    ------------------
    Gaurav Mahindra
    [email protected]



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