Hello mtd32610,
I noticed this question was already posted on
this forum. We like to
keep all questions related to a single issue confined to one forum, so
please direct all future replies to one post or the other.
As Jervin_J mentioned in the previous post, the standard method for
updating a CWNumEdit control is to set the Value property of the
CNiNumEdit object that is associated with this control. You do not
need to call the set_Text function, in fact I am not familiar with any
set_Text function, so I think you may be calling this method on the
wrong class altogether.
You should have an object associated with your CWNumEdit control that
you can set the Value property for. As mentioned in the reply from
Jervin_J, the normal way to populate the control is to use:
<control>.Value = <numeric_value>;
Regards,
Marty H.
National Instruments