>> Any suggestion why the record not disappearing from the grid of Form when I press the delete (it indicates the deletion by black sign but not disappearing)
Check the setting of SET DELETED. In order to hide deleted records it must be ON - and it is one of the many commands that are specific to the DataSession (for a full list, see SET DATASESSION in the help file) - this means that if your form uses a Private Datasession, you must set it explicitly in that form.
|