 |
 |
Submitted by Rons Bigham on 11/12/1999.
 | |
 |
Great application! Has saved me a "ton" of hours of coming up with one of my own. I had got the email thing going on 4.6, but it isn't as pretty as this one.
Did find one glitch though, where after Regie1 form is submitted (and Regie2) the nice msg wasn't returned to the user, but rather a bland "form processed". Track problem down to Resources, Script Library, Common Routines, validateUser down to about the sixteen line;
'User $FullName view to find username entries for all web accounts
Set view = dbNab.GetView("($FullName)")
I didn't find that hidden view in the NAB, so I changed it the $Users hidden view as follows:
Set view = dbNab.GetView("($Users)")
Now I get the nice, user friendly, response to when the form is submitted.
Again, thanks for making this template available.
Off to customize some more,
Ron
webmaster@wai-wetherill.com |
Go back |
|  |
|