ACC2: "Fill Specification Grid from Table" Causes Fatal ErrorLast reviewed: June 3, 1997Article ID: Q153467 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you click the "Fill Specification Grid from Table" button when you are exporting a fixed-width text file using the DoMenuItem action, you may receive the following error message:
An Error has occurred in your program. To quit this program click Close. You will lose information entered since your last Save. CAUSEThe Database window did not have the focus when the DoMenuItem action was carried out.
RESOLUTIONBefore issuing the DoMenuItem command that starts the export process, set the focus to the Database window. The following example demonstrates how to use a SelectObject macro action to set the focus to the Database window:
Macro Action --------------------------- SelectObject Object Type: Macro Object Name: Autoexec In Database Window: YesBe sure that the Object Type and Object Name refer to an existing object in your database. The In Database Window argument must be set to Yes.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional query words: GPF ADT fixed-width export
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |