FIX: No Carriage Return Between RI Code and Appended Code
Article ID: 142551
Article Last Modified on 9/30/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
- Microsoft Visual FoxPro 3.0b Standard Edition
This article was previously published under Q142551
SYMPTOMS
Using "APPEND PROCEDURES FROM <Program File>" will append code to the
stored procedures section of a database. Unfortunately, a carriage return
is not placed between the last line of the Referential Integrity (RI)
generated code and the first line of the appended code.
WORKAROUND
Use either of the following two workarounds:
- Place a carriage return on the first line of <Program File> code.
-or-
- After appending code to the stored procedure, open the stored procedure
of the database, and enter the needed carriage return manually.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article. This problem was corrected in
Microsoft Visual FoxPro version 3.0b for Windows.
Additional query words: VFoxWin buglist3.00 fixlist3.00b
Keywords: kbbug kbfix KB142551