Quota warning and size limits, soft mode
I have made some design changes in my scrips library CheckQuotas and several forms eg. Memo form - Queryopen :
By changing some code
If quotaCheck.dbSize >= quotaCheck.dbQuota Then
Call quotaCheck.DoMessageBox(MB_QUOTAOVER,MB_OK, MB_QUOTAOVER)
Continue = False 'Default
Continue = True 'NB My Quota change
You can still save on send and draft and only getting a warning.
My problem is this message box when reaching the size limit:
Unable to write to your mail database which is currently xxx Kb. Saving this message would exced the disk quota of xxx Kb by <<< Kb.
You should delete messages, empty the trash and compact your mail file or contact your Administrator for helf.
I just want to give the users a annoying pop-up message, not stopping them from saving or sending mails.
Where is this triggered in the design, notes.ini or any setting ?
Best regards
Mov V Hansen