I have this function in javascript to check if the e-mail in the form is valid and I can't write it on VBScript, because I don't know what is the analog of SUBSTRING and LENGHT.
May be somebody can help me how to check it?
function mailAddressIsValid(mailAddress)
{
var atPresent=false;
var...
Before distributing my DB between server and hosts I used Select by Form button to filter data. Now this doesnt' work anymore (cause it probably works on client side), and I think I should now use ServerFilterByForm property...but How!!?? How can I filter data stored on tables (on local server)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.