When i try to call another form from a form i use the formname.
this works in my develop environment but when i build it.
and try to run it through the exe i get an error:
object is not found..
what can this be? and how do i else call another form from one form? so adjust e.g. a value in a textbox from another form
anotherform.txtbox.value="test"
this works in my develop environment but when i build it.
and try to run it through the exe i get an error:
object is not found..
what can this be? and how do i else call another form from one form? so adjust e.g. a value in a textbox from another form
anotherform.txtbox.value="test"