Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共5 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:最大数

1楼
良才 发表于:2024/3/8 14:10:00
Dim max As String
max = DataTables("机器入库").Compute("Max(批次)", "Year(采购日期)=#" & Year(e.DataRow("采购日期")) & "# And 机器孔数='" & e.DataRow("机器孔数") & "'")
Output.Show(max)
请老师指教
2楼
有点蓝 发表于:2024/3/8 14:27:00
参考:http://www.foxtable.com/webhelp/topics/2720.htm
[此贴子已经被作者于2024/3/8 14:28:05编辑过]
3楼
良才 发表于:2024/3/8 14:31:00
老师提示错误
Se lect e.DataCol.Name
    Case "采购日期", "机器孔数"
        If e.DataRow.IsNull("采购日期") OrElse e.DataRow.IsNull("机器孔数") Then
            e.DataRow("批次") = Nothing
        Else
            Dim bh As String = Format(e.DataRow("采购日期"), "yyyy") & "-" & e.DataRow("机器孔数") & "-"
            If e.DataRow("批次").StartsWith(bh) = False Then
                Dim max As String
                Dim idx As Integer
                max = e.DataTable.Compute("Max(批次)", "Year(采购日期)=" & e.DataRow("采购日期").year & " And 机器孔数='" & e.DataRow("机器孔数") & "'And [_Identify] <> " & e.DataRow("_Identify"))
                If max > "" Then
                    idx = CInt(max.Substring(8, 2)) + 1
                Else
                    idx = 1
                End If
                e.DataRow("批次") = bh & Format(idx, "00")
            End If
        End If
End Select
4楼
有点蓝 发表于:2024/3/8 14:50:00
5楼
良才 发表于:2024/3/8 21:06:00
谢谢
共5 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02930 s, 2 queries.