PRB: SHOW WINDOW <Window Name> REFRESH with Browse WindowLast reviewed: April 29, 1996Article ID: Q95726 |
The information in this article applies to:
SYMPTOMSThe error "Window <window name> has not been defined" occurs when the SHOW WINDOW <window name> REFRESH command is used to REFRESH a Browse window.
CAUSEThe window is being referenced by the incorrect name.
RESOLUTIONThere are two ways to refresh a Browse window with the SHOW WINDOW <window name> REFRESH command. The first way is to use the TITLE name defined by the BROWSE command:
USE customer BROWSE TITLE "My Browse" SHOW WINDOW "My Browse" REFRESH && Causes refreshIf the Browse window was not defined with a TITLE, you can use the name of the database being browsed as the window name:
USE customer BROWSE SHOW WINDOW customer REFRESH && Causes refreshIt does not matter how the BROWSE command was issued (whether in the BROWSE, BROWSE WINDOW, or BROWSE IN WINDOW commands) or if the window's title is the one that appears on the screen.
USE CUSTOMER DEFINE WINDOW browwind FROM 1,1 TO 23,79 TITLE "Window Title" ACTIVATE WINDOW browwind BROWSE IN WINDOW browwind TITLE "Browse Title" SHOW WINDOW "Browse Title" REFRESH && Causes refresh |
Additional reference words: VFoxWin 3.00 FoxDos FoxWin 2.00 2.50 2.50a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |