ACC2: "Fill Specification Grid from Table" Causes Fatal Error (153467)
The information in this article applies to:
This article was previously published under Q153467
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
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.
CAUSE
The Database window did not have the focus when the DoMenuItem action was
carried out.
RESOLUTION
Before 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: Yes
Be 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.
Modification Type: | Major | Last Reviewed: | 7/5/2002 |
---|
Keywords: | kbinterop kbprb KB153467 |
---|
|