Quota warning and size limits in "soft mode"

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

Subject: Quota warning and size limits in “soft mode”

I just want to give the users a annoying pop-up message, not stopping them from saving or sending mails.

You can look here

Also, you can customize the message

Customising the error that comes up on the Notes client

http://www.pmooney.net/blogsphe.nsf/d6plinks/PMOY-6XZVJR

JYR

Subject: RE: Quota warning and size limits in “soft mode”

Hi,

Yes, got it that way in my configuration doc.

This don’t stop the pop-up and I just can’t find where to

control that part.

Debug never reach that point.

Best Regards

Mov V Hansen

Subject: Quota warning and size limits in “soft mode”

What about the querySave?Also if you don’t want to modify the template, you can try MK EMail Size Limiter from www.mk-net-work.com

This product is a client product that does this and more things without modifying anything in the server neither in the DB.

HTH