In VFP 7, I have the following spinner control with an initial value of 31. When I change the value manually to a different number say 25 and access the value property of the control in the Save button click event, the value still shows 31.
THISFORM.BCPageFrame1.Page1.SPnBillDayNbr
Any idea what is causing this behavior?
Thanks.
THISFORM.BCPageFrame1.Page1.SPnBillDayNbr
Any idea what is causing this behavior?
Thanks.