Klaus, Thank you for your reply. So how do I, ah, uhm, create an index? I tried the following but no cigar.
put the dgHilitedLines of group "entriesGrid" into theLine put the dgDataofIndex[theLine] of group "entriesGrid" into tIndex put the dgDataOfLine[theLine] of group "entriesGrid" into ...
Hello, I'm trying to learn data grid using CRUD SQLITE example as a test application. The populate data group routine runs to completion with no errors, but no data is displayed on the grid. Wonder what''s going on. The following command appears to be what moves data to the grid. What is AddLine? I ...