Hi!
I just started using PB and i'm using PB5. Don't ask why.
Problem is that i can't acces controls from one window to another, for example in window w_name:
w_name1.st_name.text = ... or
w_name2.dw_1.insertrow(0)
In both cases i get error message null object referenced. Can you please tell me why and how to do it?
Thanks!
I just started using PB and i'm using PB5. Don't ask why.
Problem is that i can't acces controls from one window to another, for example in window w_name:
w_name1.st_name.text = ... or
w_name2.dw_1.insertrow(0)
In both cases i get error message null object referenced. Can you please tell me why and how to do it?
Thanks!