LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

listbox

hi,

 

in one vi named as login, i have 3 controls. username, pwd and one button password recovery. whenever the user forgets his password, he can click the password recovery button to retrieve the password. in the password recovery vi, i have given the required username and a submit button. whenever the user clicks submit button, the password has to get retrieved from the database and  should go into the login vi where the password control is there?

 

how can i do this in labview?

 

InAdvance Thanks

Regards

Soundarya

0 Kudos
Message 21 of 34
(1,616 Views)
Start a new thread. Dont populate the thread with N number of question. If your problem solved mark the appropariate solution and close the thread.keep it as practice.
Balaji PK (CLA)
Ever tried. Ever failed. No matter. Try again. Fail again. Fail better

Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved.
0 Kudos
Message 22 of 34
(1,613 Views)

Soundarya wrote:

 

how can i do this in labview?


Hyperactive Que Mark.gif

 

I ve used Cou Rouge's que mark w/o his permission...

- Partha ( CLD until Oct 2027 🙂 )
Message 23 of 34
(1,612 Views)

Soundarya wrote:

 

whenever the user clicks submit button, the password has to get retrieved from the database and  should go into the login vi where the password control is there?


Okay Soundarya, here is some help...

 

Pass a Ref to the Password control of the Login VI into the Password Recovery VI & use the Value property tp update it with the value that you got retrieved from the so-called Database.

 

Actually, what is your DB? Just curious...

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 24 of 34
(1,593 Views)

You could always use the way I use for this which is to attach the value to a global variable.  May not be the best way but it works and it can also be accessed by anyother VI you want as well.

 

Matt.

0 Kudos
Message 25 of 34
(1,591 Views)

Hi Soundarya,

i don't like this way of storing passwords and i think your users also don't like it. You should store the password as a hash string. If the user forget the password, then you should provide a function to select a new one.

 

Mike

0 Kudos
Message 26 of 34
(1,570 Views)

hi,

 

I am using MS-Access as my database. Since I am a novice in LAbview, can u please explain how do we pass a reference for any control.

 

InAdvance Thanks

 

Regards

Soundarya Pampineni

0 Kudos
Message 27 of 34
(1,524 Views)
A funny thread indeed...:smileyvery-happy::smileytongue:
0 Kudos
Message 28 of 34
(1,519 Views)

Hi Soundarya,

can you please explain what you need? You can create a reference with a right click on your control. You can then use a property node to write the new value to it or to change other settings.

 

Maybe you should think about a LabVIEW course.

 

Mike

0 Kudos
Message 29 of 34
(1,507 Views)

hi, i know how do we pass a reference to a control. but i want to know whether that reference to that controls can be passed to another vi.

 

InAdvance Thanks

 

Regards

Soundarya Pampineni

0 Kudos
Message 30 of 34
(1,495 Views)