Inotes

Hi,

How can we restrict the message size sending through web. Using the client it is working following is the method use

  1. Created the field MemoSize in Memo form.

  2. Added below given formula in MemoField in Validation properites

@If(@IsDocBeingMailed;@If(@DocLength>5024*1024;

		@Failure( "Your Message");

		@Success);@Success)

Any Idea!!!

Regards

Jack

Subject: Inotes

There is a “Maximum attachement size” field on the DWA tab of the server configuration document. There is also a “Maximum size of request content” field on the Internet Protocols/HTTP tab of the server document.

Subject: RE: Inotes

Thanks Greg

But the requirement is if the parameter is set in server document it will be applied to all. The reason I want in Template is we can add the restrcition on selective users, that also while sending the mail.

Regards

Jack