![]() |
Sergey Kornilov admin 6/3/2005 |
Hi,
BuildEditControl ="" if sFieldName="Price" or sFieldName="Quantity" then onchange = " onchange=""UpdateSum();"" " end ifSelect Case sFormat Case EDIT_FORMAT_TEXTFIELD BuildEditControl = "<input type=text name=""" & sFieldName & """" & GetEditParams(sFieldName) & " value=""" & sDefault & """" & onchange& ">"
|
S
|
Skynet author 6/3/2005 |
Thanks a lot Sergey. I will test your solutions. Will be good if in future versions of ASPRunner PRO you can include custom formulas. |