PRB: Bound Control Does Not Show Current Record Value
Article ID: 130347
Article Last Modified on 2/11/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q130347
SYMPTOMS
If the record pointer is moved, the value property of a bound control does
not appear to update properly.
CAUSE
The value property of a bound control is not refreshed automatically.
RESOLUTION
To refresh a bound control, issue thisform.refresh or trigger the gotfocus
method.
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: KB130347