I'm moving some old Foxpro 2.6 DOS installations frm 32-bit Win7 to 32-bit Win10.
The transition has been quite smooth. The only weird thing is that text editing is messed up a bit. Basically if I use "modi comm" or edit text in the command box, my cursor will not stay where I place it initially. Like I said, it's weird! Whether I have INSERT on or off, the cursor will jump to the start of an earlier line.
I can fix this for modi comm by inserting
tedit=notepad
in the config.fp file. Then Foxpro will bring up Notepad as a text editor for modi comm. But this doesn' work for editing within the command box.
Thank God this bug does NOT occur in code.... any programs which call up text editing regions work fine.
Anyone else run into this and found a fix? It's a bug we can live with, just a bit annoying and inefficient.
Thanks for your time.
The transition has been quite smooth. The only weird thing is that text editing is messed up a bit. Basically if I use "modi comm" or edit text in the command box, my cursor will not stay where I place it initially. Like I said, it's weird! Whether I have INSERT on or off, the cursor will jump to the start of an earlier line.
I can fix this for modi comm by inserting
tedit=notepad
in the config.fp file. Then Foxpro will bring up Notepad as a text editor for modi comm. But this doesn' work for editing within the command box.
Thank God this bug does NOT occur in code.... any programs which call up text editing regions work fine.
Anyone else run into this and found a fix? It's a bug we can live with, just a bit annoying and inefficient.
Thanks for your time.