How to Refresh a Formset by Using Commands Outside of the Form (136978)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q136978 SUMMARY
When moving the record pointer in a table whose fields belong to an active
form, the form will not refresh if the command that moved the record
pointer was issued from a menu or the Command window. For example, if there
is a menu item issues a SKIP command, the record pointer will move but the
form will not refresh.
To have your application menu item move the record pointer and refresh the
form, use the SKIP command to move the record pointer. and then use the
_SCREEN.FORMCOUNT and _SCREEN.FORMS().REFRESH commands to refresh a form or
formset correctly.
Modification Type: | Major | Last Reviewed: | 2/12/2000 |
---|
Keywords: | KB136978 |
---|
|