ID: Q98369
2.50 | 2.50 MS-DOS | WINDOWS kbprg kbfixlist kbbuglist
The information in this article applies to:
The SET TOPIC TO command does not work correctly if the topic contains two words.
The following command can be used to work around this problem in FoxPro 2.5 for MS-DOS:
SET TOPIC TO TOPIC = "create view" & Replace the text in quotes with
& whatever topic you wanted.
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.
In FoxPro 2.5 for MS-DOS, type the following commands in the Command window:
SET TOPIC TO "create view"
HELP && Help does not go to the topic "create view"
In FoxPro 2.5 for Windows, type the following commands in the Command
window:
SET HELP TO C:\FOXPROW\FOXHELP.DBF
SET TOPIC TO "create view"
HELP && Help does not go to the topic "create view"
SET TOPIC TO and SET TOPIC TO TOPIC="topic_name" do not work in FoxPro 2.5 for Windows.
SET TOPIC TO TOPIC="topic_name" works in FoxPro 2.5 for MS-DOS.
SET TOPIC TO works correctly in FoxPro 2.5a for MS-DOS and FoxPro 2.5a for Windows.
"Language Reference," version 2.5, page L3-1009
Additional reference words: FoxDos FoxWin 2.50 buglist2.50 fixlist2.50a KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: FxprgGeneral Solution Type : kbfix
Last Reviewed: September 22, 1997