[求助]获取的集合显示在标签中 Post By:2017/10/18 14:33:00 [显示全部帖子]
获取的“今日来信”,怎样显示到标签中:
Dim d As Date = Date.Today Dim Products As List(Of String) Products = DataTables("来信登记").GetValues("收信人", "来信日期 = #" & d & "# ") For Each Product As String In Products MessageBox.Show(Product)
Product = Product.Trim("|") e.Form.Controls("Label1").text = Product Next