PRB: Bound Control Does Not Show Current Record ValueID: Q130347 3.00 WINDOWS kbtool kbprb The information in this article applies to:
SYMPTOMSIf the record pointer is moved, the value property of a bound control does not appear to update properly.
CAUSEThe value property of a bound control is not refreshed automatically.
RESOLUTIONTo refresh a bound control, issue thisform.refresh or trigger the gotfocus method.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Problem1. Create a new form. 2. Add a textbox object as txtget1. 3. Set the controlsource of the txtget1 to customer.company. 4. Add a commandbutton object as cmdskip. 5. In the click method of cmdskip, type:
6. Save the Form.
7. In the Debug Window, type:
8. In the Command window, type:
9. Click the cmdskip button to see that the the value of txtget1 does not
Additional reference words: 3.00 VFoxWin
KBCategory: kbtool kbprb
KBSubcategory: FxtoolFormdes
|
Last Reviewed: May 1, 1996 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |