Question:
Is it possible to have a grid bound to a cursor? If so please tell me how.
Answer:
A grid is bound to a cursor the same way that a grid is bound to a table. You set the RecordSourceType of the grid to Alias and then set the RecordSource of the grid to the name of the cursor. The cursor must be opened before the grid instantiates; otherwise the grid will appear empty.