J
Joel Palmer
Anybody know why I would get a com exception when a required field is left
blank rather than a friendly user validation warning? When I enter valid
data, no exception.
System.Runtime.InteropServices.COMException
I am catching the exception now and giving the user a generic "All fields
with a red * are required". Not the best solution![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
==============
thisXDocument.Submit();
theMail.SendMail("(e-mail address removed)","<a href="+FormURL+">Click
Here to View the form</a>","New Employee Notifications","New Employee
Notification: "+TheName+"");
thisXDocument.UI.Alert("Notification has been sent.");
thisApplication.ActiveWindow.Close(false);
========================
Thanks,
Joel
blank rather than a friendly user validation warning? When I enter valid
data, no exception.
System.Runtime.InteropServices.COMException
I am catching the exception now and giving the user a generic "All fields
with a red * are required". Not the best solution
==============
thisXDocument.Submit();
theMail.SendMail("(e-mail address removed)","<a href="+FormURL+">Click
Here to View the form</a>","New Employee Notifications","New Employee
Notification: "+TheName+"");
thisXDocument.UI.Alert("Notification has been sent.");
thisApplication.ActiveWindow.Close(false);
========================
Thanks,
Joel