Very small example.
A panel with two-columns CVI table inside.
Before calling DisplayPanel(), add a line of code:
InsertTableRows( panelHandle, PANEL_TABLE, -1, 32768, VAL_USE_MASTER_CELL_TYPE );
Compile with LabWindows/CVI.
Start application.
Go to the end of table.
1. Press Shift/Up-Arrow. Selection does not work.
2. Move one row up. Press Shift/Up-Arrow. Selection works!
3. Move to the 1-st column of 32767-th row.
Press Shift/Left-Arrow and then Shift/Down-Arrow, and voila!
FATAL RUN-TIME ERROR
The program has caused a 'General Protection' fault...
Any ideas?
Than you in advance.