LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Updating controls

Hello,

In my application, the range of validity of a particular control is determined by other controls. How do I reset the value shown on the control to the maximum (or minimum) after the user has clicked the check button on the toolbar ?

Thanks.
0 Kudos
Message 1 of 3
(2,179 Views)

Hi,

 

Can you give a small example of what you intend to do?

 

That would really helpful in understanding the problem

 

 

Regards

CLAD
Using Labview 5.1,6.1,7.1.8.0
0 Kudos
Message 2 of 3
(2,174 Views)
Clicking that or using the enter key is the same thing and is a value change event. So, use an event structure and do the resetting in the value change event of the control the user edits.
0 Kudos
Message 3 of 3
(2,170 Views)