I've got a script that generates and deletes a bunch of records
"on-the-fly". I would like to suppress the message "Records remaining
to be deleted" as it scares some users. How can I do that?
Thanks,
-G
If you delete them real quick the dialog doesn't come up!
The dialog comes up if FM is deleting records for a while and there is
no way to suppress it, the only thing you can do is break your records
into smaller chunks and delete them 1 chunk at a time.