Please see the attached code to understand my problem.
=========================================
When I run the attached project (which is a temporary standalone for testing purposes), I experience the correct full functionality, which is:
1) The grid displays the entire query, and all the rows
2) I can delete rows from the database AND the spreadsheet by hitting the Delete button
3) The spreadsheet is refreshed after delete...
HOWEVER - when I integrate it into my entire project, the rows delete from the database, but not from the screen, so in the full project, functionality points 1 and part of 2 are effective.
What I am wondering (and you need not know the semantics of the data control I am using - the Farpoint 3.0 Spread Grid) is should I create a module for the standalone when I choose to integrate it with my entire project?
Would encapsulating the Delete functionality of this project within a module enable it to work as it does as a standalone?
I appreciate your help. If you need ANY further clarification, please e-mail me, this is a serious issue.