Hello Im not sure this bellongs here or under Code Problems but here it goes. I have a form lets say /Form/Login. This form is called when I click on an object lets call this object a. a has a variable link which holds a certain value. Now how could I get object a.link to be assigned to a variable in the form? I know in that Initialize() proc right. But how do I link the two?
[EDIT] If it is not possible maybe the maker of HTMLlib could develop a way to easily carry on custom variables to the form object for processing.
[EDIT2] God I am stupid. You could just assign it when you make the new form so like this.
var/Form/Login/frm = new()
frm.link = link
Right?
ID:269161
Mar 27 2005, 12:40 pm (Edited on Mar 27 2005, 12:49 pm)
|
|