Current user(database items) (merged 2) [message #540908] |
Thu, 26 January 2012 09:32 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/9d3a737834daa8c057331fef1633aed5?s=64&d=mm&r=g) |
baliberde
Messages: 201 Registered: January 2012 Location: outer space
|
Senior Member |
|
|
Hello guys, I need help regarding database items. I have 2 forms one is LOGIN Form and the other one is MAIN FORM. On the login form, i have 2 text items namely: username and password. and when i click the login button, it should go directly to the main form. ON the main form i have a textbox. That textbox should display the user i entered on my username text item back in login form. I'm a VB.net programmer and I find it a lot complicated to program in PL/SQL.
desperate for help,
|
|
|
|
|
|
Re: Current user(database items) [message #540929 is a reply to message #540927] |
Thu, 26 January 2012 10:34 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/9d3a737834daa8c057331fef1633aed5?s=64&d=mm&r=g) |
baliberde
Messages: 201 Registered: January 2012 Location: outer space
|
Senior Member |
|
|
But I want to display the user found in my tables. Say for example this is the structure of my tblUsers user_id, username, password.
I have jonalyn as my username. and when i input my username in the username text item, it should display in my main form text item.
In VB.Net this is how i did it:
Me.TxtUsername.Text = Login.TxtUsername.Text
[Updated on: Thu, 26 January 2012 10:35] Report message to a moderator
|
|
|
|
|
|