please help me
how to display user name at statusbar?
i have 1 table(Login) which is have 3 fields:
i)Name
ii)Id
iii)Password
please...please help me

Recommended Answers

All 7 Replies

do you want to display the username after login ?

yes..please help me

after successful login store the username in a global variable and display in the status bar.

To display username in Status Bar

StatusBar1.Panels(1).Text = Username

it didn't work...

what is the error message ?
have you tried as suggested in post #2 ?

i think selvaganapathy was answered this.
Username is global variable like debasisdas said.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.