PDA

Click to See Complete Forum and Search --> : link objects between forms?


ptcruiser
Dec 6th, 2000, 08:21 PM
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?

CyberSurfer
Dec 7th, 2000, 04:35 AM
yes it can..


frmName.frmObject.frmProperty


Hope that meant something to you!

shanp
Dec 7th, 2000, 02:10 PM
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..