Torna al Thread

If ComboBoxPeriodoBolla.Text <> "Intero Anno" Then If where.Length > 0 Then where = where & " AND " where = where & "Month(R_DataDocumento) = " & (ComboBoxPeriodoBolla.SelectedIndex().ToString) & "" End If If ComboBoxFornitore.Text <> "Tutti i Fornitori" Then If where.Length > 0 Then where = where & " AND " where = where & " MovimentiMagazzino.ID_Fornitore = " & ComboBoxFornitore.ValueMember.ToString() & "" End If
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5