Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I forgot to adjust the text field size for a couple of fields. I would rather edit the code than have to make the change in ASPRunner and recompile. How can I do this in the code?
Hi,if you use ASPRunnerPro6.1 open generated include/..._settings.asp file, find this line:
fdata("EditParams") = ""
and add following code just after:
fdata("EditParams") = CSmartStr(fdata("EditParams")) & " maxlength=35"fdata("EditParams") = CSmartStr(fdata("EditParams")) & " size=35"