<%
Dim Recordset1__MMColParam
Recordset1__MMColParam = "1"
if (Recordset1.Fields.Item("ConteggioDitesto").Value) .bof and LINEA7(Recordset1.Fields.Item("usernamevenditore") .Value).eof then
response.write "Non ci sono record"
else
if(Session("mm_username") <> "") Then
response.write "il record è presente"
Recordset1__MMColParam = Session("mm_username")
End If
End If
%>
<%
Dim Recordset1
Dim Recordset1_numRows

Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_cerca_STRING
Recordset1.Source = "SELECT * FROM Query1risultati WHERE usernamevenditore = '" + Replace(Recordset1__MMColParam, "'", "''") + "'"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()

Recordset1_numRows = 0
%>
IDEM NON TROVA L'OGGETTO LINEA 7.....