Help! In D2007, suddenly the Ctrl-Shift-Up and Ctrl-Shift-Dn keys stopped working. But it seems only in some files, so I assume a syntax issue. However, the project builds without errors. Any suggestions?

Comments

  1. Roland Bengtsson I found the source of the problem. As the thread suggests, it is an IDE parser problem. In this unit, in the form class private section, someone declared some constants. That appears to give the IDE parser heartburn, though the compiler is happy enough.

    The solution was to move the constants and the arrays with which they are used into the implementation section of the unit.

    ReplyDelete

Post a Comment