PRB: APPEND PROCEDURES Command Generates a WarningID: Q135907 The information in this article applies to:
SYMPTOMSUsing the APPEND PROCEDURES command to add more procedures to a database's Stored Procedures may generate a Warning:
CAUSEThis happens when the last line in the Stored Procedure file is missing a carriage return or the appending text file doesn't start with a carriage return. As a result, two lines are combined into one, which generates a warning message.
RESOLUTIONMake sure a carriage return is at the end of the Stored Procedures and that the appending file starts with a carriage return. For example, use this code:
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior1. Create a new Database. 2. Edit the Stored Procedures. 3. Enter the following information into the Stored Procedures:
4. Make sure there is no carriage return after the WAIT WINDOW command.
5. Close the Stored Procedures. 6. Type the following commands in the Command window:
7. When the Warning dialog box displays, choose Add.
8. Edit the Stored Procedures. The procedures should look something like this:
Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbprb
KBSubcategory: FxprgTable
|
Last Reviewed: August 30, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |