Hi i'm a newbie in pl/sql and i need some help from the experts. I'm a vb programmer. Just want to ask you how do you do this in pl/sql?
If I log in on my account my username should appear in a textbox.
From this LoginForm I have 2 textboxes namely, txtUsername and txtPassword.
And on the MainForm, my username should be displayed in a textbox named txtUser
txtUser.Text = loginForm.txtUsername.text
any help would be highly appreciated. thanks and God bless :)