This topic is locked

Fix red "*" (asterisk) alignment

10/7/2014 1:38:26 PM
ASPRunnerPro Tips and tricks
acaruson author


[size="4"]

Simple Solution? Yes!
[/size]

  1. 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]
  2. Using a text editor, carefully find the line (around line 277) which reads:
    [indent]
  3. 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]
  4. Save your changes.