This topic is locked
[SOLVED]

 Search Panel

3/8/2013 12:29:41 PM
ASPRunnerPro General questions
A
alexandrelss author

ASPRunner 6.3
In search panel is possible to take the code the option to close the search fields?
The name of the file you want to take is closeRed.gif

A
alexandrelss author 3/8/2013



ASPRunner 6.3
In search panel is possible to take the code the option to close the search fields?
The name of the file you want to take is closeRed.gif


Lords already decided, and I will put what was done. I added a single quote and anulei line html = ....
Archive for classes / searchcontrol.asp
line:
Function method_SearchControl_getDelButtonHtml (byref this_object, ByVal fName, ByVal recid)

Dim html, this

[size="7"][/size] = ((((((("<img style =" "visibility: hidden;" "id =" "" & CSmartStr (this_object.getDelButtonId_p2 (fName, recid))) & "" "ctrlId =" "" ) & CSmartStr (recid)) & "" "fName =" "") & CSmartStr (fName)) & "" "class =" "searchPanelButton" "src = '" images / search / closeRed.gif "" alt = """) & CSmartStr ("Eliminates control")) & "" ">"

doAssignmentByRef method_SearchControl_getDelButtonHtml, html

Exit Function

end Function