FIX: "Feature not available" in ON ERROR HandlingLast reviewed: October 20, 1997Article ID: Q130457 |
2.50a 2.50b 2.60
WINDOWS
kbprg kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSYou can get a "Feature not available" error message when trying to do a string assingment of 77 or more characters with an ON ERROR error handler in place.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft FoxPro version 2.6a for Windows.
MORE INFORMATION
Steps to Reproduce ProblemCreate and run a program that contains this code:
ON ERROR DO anerror WITH MESSAGE(), LINENO() STORE SPACE(76) to m.f1 STORE SPACE(77) to m.f2 ON ERROR FUNCTION anerror PARAMETERS msg, inline WAIT WINDOW msg + STR((inline) RETURNYou can also reproduce this problem by using the Catalog Manager:
|
Additional reference words: FoxWin 2.50a 2.50b 2.60 fixlist2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |