09-06-2012 08:33 AM
How is it possble to show the latest value ( last entered value) as default value in a combo box ??
For example, I enter 1, 2 ,3 and 4 and the close the VI. Next time when i open it value 4 should be seen as defult in combox . Any ideas pleas?
09-06-2012 11:03 AM
You need to search the forums for posts on how to save control values between runs of VI's. Typically, you would save the value of a control to a file such as a config.ini type of file, then read that file on the start of your VI and set the control values accordingly using local variables or value property nodes.