PRB: CONFIG.FPW w/ Multiple COMMAND= Lines Runs Only Last One
Article ID: 131309
Article Last Modified on 2/15/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q131309
SYMPTOMS
When a CONFIG.FPW file contains multiple COMMAND= statements, only the last
COMMAND= statement is processed.
CAUSE
Both FoxPro version 2.x and Visual FoxPro process only a single COMMAND=
line. The last COMMAND= line is the only one processed.
WORKAROUND
If it is necessary to have multiple commands execute, revise the COMMAND=
statement to call a program (.PRG file) instead of trying to execute each
desired command with a separate COMMAND= line.
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: kbenv KB131309