LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

SaveControlState?

Is there anyway to save just control state without saving all the controls?

I use SavePanelState most of the time but I need to save only one control i.e. table control and recall value in that control from previosouly saved state.

 

Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 2
(3,022 Views)

There's no direct function to save just a control. But you could create a temporary panel, duplicate your control onto that panel, then save that panel. Then, at load time, do the reverse.

 

Luis

0 Kudos
Message 2 of 2
(3,021 Views)