-
Retaining String
Hi again,
I wonder if there's any way to retain a string...username.
I usually put a login class before the program.
and I use
programclass.main(null) >> to open the 2nd class.
loginclass.this.dispose() >> to dispose the login class.
Problem is I can't have the username retained for the 2nd class.
I worked around it using DB as I need a login history as well (saving the value on the login n query it on the 2nd class to evaluate the value), however now I don't need history so I wonder if there's a direct way of retaining the username from the login class.
This sounds so very basic, I don't really know where I should read about this matter hence asking here.
Thanks in advance,
-
Re: Retaining String
None of that makes much sense, byt the way.
I can't make head nor tails of what your code looks like from that description.