T
tshad
I have a page that has no Validation objects, but I also have the following
code:
if not Page.IsValid
exit sub
end if
For some reason, the page is hitting the "exit sub" statement?
How can that be? What else would invalidate a page and how can I find out
what caused it to be invalid?
Thanks,
Tom
code:
if not Page.IsValid
exit sub
end if
For some reason, the page is hitting the "exit sub" statement?
How can that be? What else would invalidate a page and how can I find out
what caused it to be invalid?
Thanks,
Tom