Results 1 to 3 of 3

Thread: link objects between forms?

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2000
    Posts
    15

    Lightbulb

    Is it possible to link an object from one form to another object in a different form? If so, how?

    Ex: Can clicking a command button on Form2 affect the text property on a text box, or add to a list in Form1?

  2. #2
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425
    yes it can..

    Code:
    frmName.frmObject.frmProperty
    Hope that meant something to you!

  3. #3
    Member
    Join Date
    Dec 2000
    Location
    india
    Posts
    39

    Post answer for ptcruiser

    yes it is possible to link aobject from one form to another
    go to form2 command click
    form1.list1.additem "sdsdj"
    form1.text1.text="kjk"
    form1.show

    i hope what you expected.
    if your doubt is cleared mail to me..
    ppr

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