查找老单字段索引值方法

栏目:k3wise知识作者:金蝶来源:金蝶云社区发布:2024-09-22浏览:1

查找老单字段索引值方法

'表头字段i从0开始

For i = 0 To UBound(m_BillTransfer.HeadCtl)

    If UCase(m_BillTransfer.HeadCtl(i).FieldName) = UCase("FDate") Then

        djrqcol = i

        Exit For

    End If

    If UCase(m_BillTransfer.HeadCtl(i).FieldName) = UCase("FHeadSelfS0152") Then

        tscol = 47

        Exit For

    End If

Next


'表体字段i从1开发

For i = 1 To UBound(m_BillTransfer.EntryCtl)

    If UCase(m_BillTransfer.EntryCtl(i).FieldName) = UCase("FItemID") Then

        itemcol = i

        Exit For

    End If

    If UCase(m_BillTransfer.EntryCtl(i).FieldName) = UCase("Fdate") Then

        jhrqcol = i

        Exit For

    End If

Next


查找老单字段索引值方法

'表头字段i从0开始For i = 0 To UBound(m_BillTransfer.HeadCtl) If UCase(m_BillTransfer.HeadCtl(i).FieldName) = UCase("F...
点击下载文档
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息