Please pardon my late reply. I investigated further, and see that my first assumption was wrong. However, when I click on the error link, for some reason the focus is not set to the control with error in it, in this case txtName. It seems like the jquery call doesn't run. I have added the jquery files like this:
<ww:wwWebLiteral ID="WwWebLiteral1" runat="server"Visible="false"><!-- these are here for Intellisense support only. Do not use these for embedding scripts! --> <script src="~/scripts/jquery.js"type="text/javascript"></script><script src="~/scripts/ww.jquery.js"type="text/javascript"></script></ww:wwWebLiteral>
Any suggestions?
It's part of the validation routines. It comes from BindingErrorCollection.ToHtml() and can be found in WebControl.prg.
This should only be added automatically if there is in fact an error that occurs.
+++ Rick ---
Rick,
I am watching your old WC videos, while trying out for myself. Half way into video no. 3, in EditDeveloper, your error routine for missing or wrong data, calls a javascript function called attachErrorLink, however I can't find this function in any of the files which are shipped with wc5.64. This is from the created html when I leave txtName blank:
<td><span style="font-weight:Normal">Please correct the following</span><hr><ul><li><a href="javascript:;" onclick="attachErrorLink('txtName')">Name cannot be left empty</a></li>