Results 1 to 3 of 3

Thread: Parent Child issues..... [Resolved]

  1. #1

    Thread Starter
    Member Jared's Avatar
    Join Date
    Nov 2002
    Posts
    58

    Parent Child issues..... [Resolved]

    Can a child form event call a procedure (and pass data to it) that is in the parent form?

    This is what I am doing:

    From the formMain, a user clicks button, and a new formChild appears with a Textbox. The user types data into the textbox, and when enter (chr(13)) is hit, the string is sent back to formMain for processing.
    Last edited by Jared; Dec 29th, 2002 at 02:48 PM.
    "It is preoccupation with possessions, more than anything else, that prevents us from living freely and nobly." -Bertrand Russell

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    while you are typing in the textbox in Form2 , data is sent to the main form and after hitting enter key also.
    Attached Files Attached Files

  3. #3

    Thread Starter
    Member Jared's Avatar
    Join Date
    Nov 2002
    Posts
    58
    Thx.
    "It is preoccupation with possessions, more than anything else, that prevents us from living freely and nobly." -Bertrand Russell

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