PRB: Set Breakpoint Menu Item in Modify Memo Shows Up at Run TimeID: Q231961
|
When selecting the secondary-mouse button while the cursor is positioned over a modified memo field in a run-time EXE, there is a Set Breakpoint menu item that is not there if performing the same function in Visual FoxPro's development environment. This menu item is non-functional and should not be listed in the menu of the modified memo field at run time.
USE mymemo SHARED
MODIFY MEMO memofld1
CREATE TABLE mymemo (memofld1 m)
BUILD PROJECT mymemo FROM mymemo.prg
BUILD EXE mymemo FROM mymemo
Additional query words:
Keywords : kbVFp600bug kbXBase kbGrpFox
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: June 8, 1999