[size="4"]
Simple Solution? Yes![/size]
- Edit the ASPRunner program file entitled DateField.asp.
[indent]This file is most like found here:
C:\Program Files\ASPRunnerPro9.0\source\classes\controls\DateField.asp[/indent]
- Using a text editor, carefully find the line (around line 277) which reads:
[indent]
- Remove the extra non-breaking spaces found at the end of the line. The result should read like this:
[indent][font="Courier New"][font="Courier New"]ret = CSmartStr(ret) & (((((("<input id=""ts" & CSmartStr(this_object.cfield)) & """ type=""Hidden"" name=""ts") & CSmartStr(this_object.cfield)) & """ value=""") & CSmartStr(ovalue1)) & """>")[/font][/indent]
- Save your changes.