PRB: Conflict Between SET REFRESH and BROWSE TIMEOUTID: Q141144 2.60a MACINTOSH kbprg kbprb The information in this article applies to:
SYMPTOMSWith the line "BROWSE TIMEOUT 5 " the Browse window should time out after five seconds if there is no user input, but it doesn't time out. NOTE: The TIMEOUT parameter used with the BROWSE command will only work when code is being run outside of the command window, for example in a .prg file.
CAUSEThe SET REFRESH command is refreshing the Browse window before the timeout occurs. The Browse considers the Refresh as user input therefore a timeout never occurs.
RESOLUTIONInstead of the SET REFRESH command, use field validation on the browse to refresh the Browse window. For example, create and run this program:
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorType the following commands in the Command window:
Additional reference words: 2.60a FoxMac
KBCategory: kbprg kbprb
KBSubcategory: FxprgBrowse
|
|
Last Reviewed: May 17, 1996 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |