2.50 | 2.50
WINDOWS | MS-DOS
kbprg kbfixlist kbbuglist
The information in this article applies to:
- Microsoft FoxPro for Windows, version 2.5
- Microsoft FoxPro for MS-DOS, version 2.5
SYMPTOMS
The FoxPro for Windows Transport program is not called if the Setup
code for a screen is modified using the FoxPro for MS-DOS Screen
Builder's Open All Snippets option.
Conversely, the FoxPro for MS-DOS Transport program is not called if
the Setup code for a screen is modified using the FoxPro for Windows
Screen Builder's Open All Snippets option.
RESOLUTION
To correct this problem, you should upgrade both products (FoxPro for
Windows and FoxPro for MS-DOS) to version 2.5a.
STATUS
Microsoft has confirmed this to be a problem in FoxPro 2.5 for MS-DOS
and FoxPro 2.5 for Windows. This problem was corrected in FoxPro 2.5a
for MS-DOS and FoxPro 2.5a for Windows.
MORE INFORMATION
Steps to Reproduce Problem
- Start FoxPro for MS-DOS.
- Use the Screen Builder to create a new screen.
- From the Screen menu, choose Screen Layout. Open the Setup
snippet.
- In the Setup snippet, type the following:
WAIT WINDOW 'FPD Screen Layout'
- Save the screen as TEST.SCX (assuming you do not already have a
file with the same name), and quit FoxPro for MS-DOS.
- Start FoxPro for Windows, and then open TEST.SCX.
- The Transport dialog box appears (this is expected behavior).
Transport the screen.
- From the Screen menu, choose Layout. Under Options, choose the
Code button. Then choose the Screen Setup Code button.
- In the Screen Setup Code snippet, type the following:
WAIT WINDOW 'FPW Screen Layout'
- Save the changes to TEST.SCX, and quit FoxPro for Windows.
- Start FoxPro for MS-DOS, and then open TEST.SCX.
- The Transport dialog box appears (this is expected behavior).
Transport the screen.
- From the Screen menu, choose Open All Snippets.
- In the Setup snippet, type the following:
WAIT WINDOW 'FPD Open All Snippets'
- Save the changes to TEST.SCX, and quit FoxPro for MS-DOS.
- Start FoxPro for Windows, and then open TEST.SCX.
- The Transport program is not called (this is not expected
behavior). Instead, the TEST.SCX screen opens.
- From the Screen menu, choose Layout. Under Options, choose the
Code button. Then choose the Screen Setup Code button.
- In the Screen Setup Code snippet, type the following:
WAIT WINDOW 'FPW Open All Snippets'
- Save the changes to TEST.SCX and quit FoxPro for Windows.
- Start FoxPro for MS-DOS, and then open TEST.SCX.
- The Transport program is not called (this is not expected
behavior). Instead, the TEST.SCX screen opens.
NOTE: This problem cannot be reproduced by switching between FoxPro
for MS-DOS and FoxPro for Windows. You must actually start and quit
each program at the appropriate steps.
|